Skip to content

Commit

Permalink
feat: add SetAppVersion api
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed May 16, 2022
1 parent 7e25d6a commit 335cd0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ func AppVersion() string {
return buildAppVersion
}

//appVersion not defined
// func SetAppVersion(s string) {
// appVersion = s
// }
// SetAppVersion set appVersion
func SetAppVersion(s string) {
buildAppVersion = s
}

//JupiterVersion get jupiterVersion
func JupiterVersion() string {
Expand Down

0 comments on commit 335cd0e

Please sign in to comment.