Skip to content

Commit 695edf2

Browse files
committed
Update Current Version
- [+] chore(terminal/constant.go): update CurrentVersion constant from v0.8.4 to v0.8.5
1 parent c260497 commit 695edf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terminal/constant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
GitHubAPIURL = "https://api.github.com/repos/H0llyW00dzZ/GoGenAI-Terminal-Chat/releases/latest"
1313
GitHubReleaseFUll = "https://api.github.com/repos/H0llyW00dzZ/GoGenAI-Terminal-Chat/releases/tags/%s"
1414
// CurrentVersion represents the current version of the application.
15-
CurrentVersion = "v0.8.4"
15+
CurrentVersion = "v0.8.5"
1616
)
1717

1818
// Defined constants for the terminal package

0 commit comments

Comments
 (0)