Skip to content

Commit

Permalink
release 2.6.1 for bind all ip
Browse files Browse the repository at this point in the history
  • Loading branch information
lealife committed Mar 8, 2018
1 parent eaa15d2 commit 340df9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/service/ConfigService.go
Original file line number Diff line number Diff line change
Expand Up @@ -606,5 +606,5 @@ func (this *ConfigService) HomePageIsAdminsBlog() bool {
}

func (this *ConfigService) GetVersion() string {
return "2.6"
return "2.6.1"
}
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SP=$(cd "$(dirname "$0")"; pwd)
tmp="/Users/life/Desktop/leanote_release"

# version
V="v2.6"
V="v2.6.1"

##=================================
# 1. 先build 成 3个平台, 2种bit = 6种
Expand Down

0 comments on commit 340df9c

Please sign in to comment.