diff --git a/core/meta.go b/core/meta.go index b20f191..9272299 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.11" +const AppVersion = "0.1.12" const AppGithubOwner = "zyrouge" const AppGithubRepo = "pho"