Skip to content

Commit

Permalink
chore: Update service version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Feb 21, 2024
1 parent c3d5e10 commit f3b2cae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ func main() {
}
}
fmt.Println()

fmt.Printf("Current service version: %s\n", utils.Colorize(utils.ColorGreen, singleton.Version))
fmt.Println()
}

if err := graceful.Graceful(func() error {
Expand Down
2 changes: 1 addition & 1 deletion service/singleton/singleton.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"go-gin/pkg/utils/file"
)

var Version = "0.1.3"
var Version = "0.1.7"

var (
ViperConf *viper.Viper // Viper config for the application
Expand Down

0 comments on commit f3b2cae

Please sign in to comment.