Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiwuchang committed Jun 2, 2022
1 parent 6aad4f0 commit e613642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/conf.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Target="webpc"
Docker="king011/webpc"
Dir=$(cd "$(dirname $BASH_SOURCE)/.." && pwd)
Version="v1.2.5"
Version="v1.2.6"
View=1
Platforms=(
windows/amd64
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = `v1.2.5`
Version = `v1.2.6`
)

0 comments on commit e613642

Please sign in to comment.