修改版本号准备打包

This commit is contained in:
lwch
2021-10-14 16:44:08 +08:00
parent c1f0c86728
commit 083c420baf
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
VERSION="0.4.0"
VERSION="0.5.0"
HASH=`git log -n1 --pretty=format:%h`
REVERSION=`git log --oneline|wc -l|tr -d ' '`
BUILD_TIME=`date +'%Y-%m-%d %H:%M:%S'`