From f421b588604cded0ddc0ecf471423711f133b0dd Mon Sep 17 00:00:00 2001 From: zyrouge Date: Sun, 14 Jul 2024 16:32:32 +0530 Subject: [PATCH] chore: bump version --- core/meta.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/meta.go b/core/meta.go index a3d4f77..b1c42ea 100644 --- a/core/meta.go +++ b/core/meta.go @@ -4,6 +4,6 @@ const AppName = "Pho" const AppCodeName = "pho" const AppExecutableName = "pho" const AppDescription = "AppImage Manager" -const AppVersion = "0.1.9" +const AppVersion = "0.1.10" const AppGithubOwner = "zyrouge" const AppGithubRepo = "pho"