Skip to content

Commit

Permalink
chore: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Nov 19, 2023
1 parent 7ef125e commit e7e8387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/version/version.go
Expand Up @@ -9,10 +9,10 @@ import (

// Version is the service current released version.
// Semantic versioning: https://semver.org/
var Version = "0.17.0"
var Version = "0.17.1"

// DevVersion is the service current development version.
var DevVersion = "0.17.0"
var DevVersion = "0.17.1"

func GetCurrentVersion(mode string) string {
if mode == "dev" || mode == "demo" {
Expand Down

0 comments on commit e7e8387

Please sign in to comment.