Skip to content

Commit e783c1e

Browse files
committed
Update Current Version
- [+] chore(terminal/constant.go): update CurrentVersion constant to v0.9.0
1 parent 93d9753 commit e783c1e

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.10"
15+
CurrentVersion = "v0.9.0"
1616
)
1717

1818
// Defined constants for the terminal package

0 commit comments

Comments
 (0)