diff --git a/terminal/constant.go b/terminal/constant.go index ff9897b..439f931 100644 --- a/terminal/constant.go +++ b/terminal/constant.go @@ -12,7 +12,7 @@ const ( GitHubAPIURL = "https://api.github.com/repos/H0llyW00dzZ/GoGenAI-Terminal-Chat/releases/latest" GitHubReleaseFUll = "https://api.github.com/repos/H0llyW00dzZ/GoGenAI-Terminal-Chat/releases/tags/%s" // CurrentVersion represents the current version of the application. - CurrentVersion = "v0.8.4" + CurrentVersion = "v0.8.5" ) // Defined constants for the terminal package