From cb4085fe728eab88d7475c74e087d1099860ad5d Mon Sep 17 00:00:00 2001 From: Kevin Rodrigues Borges <115191440+K3vinb5@users.noreply.github.com> Date: Thu, 11 Jul 2024 23:35:38 +0100 Subject: [PATCH] fix: oopsie 2 --- lib/util/config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/config.dart b/lib/util/config.dart index 42e8a0e..32c1829 100644 --- a/lib/util/config.dart +++ b/lib/util/config.dart @@ -1 +1 @@ -const String currentVersion = "v0.5.7"; +const String currentVersion = "v0.5.8";