Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonssonyan committed Sep 12, 2024
1 parent ae68288 commit b035d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export PATH
init_var() {
ECHO_TYPE="echo -e"

version=0.0.8
version=0.0.9

arch_arr="linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x"
}
Expand Down
2 changes: 1 addition & 1 deletion model/constant/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ const (

TokenType = "Bearer"

Version = "v0.0.8"
Version = "v0.0.9"
)

0 comments on commit b035d0f

Please sign in to comment.