Skip to content

Commit

Permalink
Update Current Version
Browse files Browse the repository at this point in the history
- [+] chore(constant.go): update CurrentVersion constant to v0.3.2
  • Loading branch information
H0llyW00dzZ committed Jan 13, 2024
1 parent ee33926 commit 5574362
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 @@ -11,7 +11,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.3.1"
CurrentVersion = "v0.3.2"
)

// Defined constants for the terminal package
Expand Down

0 comments on commit 5574362

Please sign in to comment.