打包准备

This commit is contained in:
lwch
2021-09-30 10:10:27 +08:00
parent 5e0e9fda21
commit a24370fb26
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
VERSION="0.0.1"
VERSION="0.3.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'`