Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonssonyan committed Oct 6, 2024
1 parent 49fc457 commit 7198db4
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.9
version=0.0.10

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.9"
Version = "v0.0.10"
)

0 comments on commit 7198db4

Please sign in to comment.