Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
bump up application version number (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ortuman authored Jan 20, 2022
1 parent 44ea0c1 commit db3dda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// Version represents application version.
var Version = NewVersion(0, 55, 0)
var Version = NewVersion(0, 56, 0)

// APIVersion represents admin API version.
var APIVersion = NewVersion(1, 0, 0)
Expand Down

0 comments on commit db3dda7

Please sign in to comment.