Skip to content

Commit 1f10ff8

Browse files
authored
add new version to current version module
2 parents 5ec7e64 + d002f84 commit 1f10ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global/current_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package global
22

3-
var CurrentVersion = "v2.0.0"
3+
var CurrentVersion = "v2.0.1"
44

55
func GetCurrentVersion() string {
66
return CurrentVersion

0 commit comments

Comments
 (0)