Skip to content

Commit

Permalink
update 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
laixiaohuai committed Apr 19, 2022
1 parent f873a59 commit 10e5352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/var.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
Ver = "v2.0.6"
Ver = "v2.0.7"
BuildDate = time.Now().Format("2006.01.02")
)

Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# shellcheck disable=SC2034
version=2.0.6
version=2.0.7

cd ../
make Makefile build-linux-drawin
Expand Down

0 comments on commit 10e5352

Please sign in to comment.