Skip to content

Commit

Permalink
Update Current Version
Browse files Browse the repository at this point in the history
- [+] chore(terminal/constant.go): update CurrentVersion constant from v0.8.4 to v0.8.5
  • Loading branch information
H0llyW00dzZ committed Feb 14, 2024
1 parent c260497 commit 695edf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminal/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 695edf2

Please sign in to comment.