Skip to content

Commit 022ccfc

Browse files
committed
Bump Version
- [+] chore(constant.go): bump version to v0.9.3
1 parent 7be3d43 commit 022ccfc

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

1818
// Defined constants for the terminal package

0 commit comments

Comments
 (0)