This commit is contained in:
lealife
2016-05-25 14:46:40 +08:00
parent cc4b003503
commit a007b89ebb
2 changed files with 2 additions and 2 deletions

View File

@ -611,5 +611,5 @@ func (this *ConfigService) HomePageIsAdminsBlog() bool {
} }
func (this *ConfigService) GetVersion() string { func (this *ConfigService) GetVersion() string {
return "1.4.2" return "2.0"
} }

View File

@ -9,7 +9,7 @@ SP=$(cd "$(dirname "$0")"; pwd)
tmp="/Users/life/Desktop/leanote_release" tmp="/Users/life/Desktop/leanote_release"
# version # version
V="v1.4.2" V="v2.0"
##================================= ##=================================
# 1. 先build 成 3个平台, 2种bit = 6种 # 1. 先build 成 3个平台, 2种bit = 6种