We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946e035 commit ff905f4Copy full SHA for ff905f4
terminal/constant.go
@@ -12,7 +12,7 @@ const (
12
GitHubAPIURL = "https://api.github.com/repos/H0llyW00dzZ/GoGenAI-Terminal-Chat/releases/latest"
13
GitHubReleaseFUll = "https://api.github.com/repos/H0llyW00dzZ/GoGenAI-Terminal-Chat/releases/tags/%s"
14
// CurrentVersion represents the current version of the application.
15
- CurrentVersion = "v0.8.7"
+ CurrentVersion = "v0.8.8"
16
)
17
18
// Defined constants for the terminal package
0 commit comments