diff --git a/terminal/constant.go b/terminal/constant.go index a2c5c6f..529e0fa 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.0" + CurrentVersion = "v0.8.1" ) // Defined constants for the terminal package