Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
likexian committed Mar 15, 2019
1 parent 9a51b57 commit c8cf69b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions doc/CHANGS-ZH.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.102.3 Beta 版本的变更 2019-03-15

- 修正:一些细节完善


0.102.2 Beta 版本的变更 2019-02-28

- 修正:增加日志滚动支持
Expand Down
5 changes: 5 additions & 0 deletions doc/CHANGS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changes with Stat Hub 0.102.3 Beta 2019-03-15

- Bugfix: some bug fixed


Changes with Stat Hub 0.102.2 Beta 2019-02-28

- Bugfix: add logrotate support
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.102.2"
VERSION="0.102.3"
STATHUB_URL="https://github.com/likexian/stathub-go/releases/download/v${VERSION}"

BASEDIR="/usr/local/stathub"
Expand Down
2 changes: 1 addition & 1 deletion src/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package main

// variable for tpl file
var (
TPL_REVHEAD = "c5ac9fb"
TPL_REVHEAD = "9a51b57"
TPL_CERT = map[string]string{}
TPL_STATIC = map[string]string{}
TPL_TEMPLATE = map[string]string{}
Expand Down
2 changes: 1 addition & 1 deletion src/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package main

// Version returns package version
func Version() string {
return "0.102.2"
return "0.102.3"
}

// Author returns package author
Expand Down

0 comments on commit c8cf69b

Please sign in to comment.