修改版本号

This commit is contained in:
lwch
2021-10-11 13:55:50 +08:00
parent 427e485c22
commit ccc6edc3bc
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
VERSION="0.3.0"
VERSION="0.4.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'`