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"