diff --git a/README.md b/README.md index 8401076..a092203 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Extra feature includes filtering by log level, by time ranage, helpful for daily Download the executable binary (https://github.com/qiangyt/jog/releases/) to $PATH. For ex., for Mac OSX and Linux, ```shell - curl -L https://github.com/qiangyt/jog/releases/download/v1.0.1-alpha/jog.$(echo `uname -s` | tr A-Z a-z) -o /usr/local/bin/jog + curl -L https://github.com/qiangyt/jog/releases/download/v1.0.2-alpha/jog.$(echo `uname -s` | tr A-Z a-z) -o /usr/local/bin/jog chmod +x /usr/local/bin/jog ``` diff --git a/RELEASE_HISTORY.md b/RELEASE_HISTORY.md index 41cdccd..018bd23 100644 --- a/RELEASE_HISTORY.md +++ b/RELEASE_HISTORY.md @@ -1,3 +1,6 @@ +# v1.0.2-alpha +1. Fix issue #50 + # v1.0.1-alpha 1. Fix issue #48 diff --git a/static/AppVersion.go b/static/AppVersion.go index ffa968b..e6d9e14 100644 --- a/static/AppVersion.go +++ b/static/AppVersion.go @@ -1,6 +1,6 @@ -package static +package static const ( - // AppVersion ... - AppVersion string = `v1.0.1-alpha` + // AppVersion ... + AppVersion string = `v1.0.2-alpha` ) diff --git a/static_files/AppVersion b/static_files/AppVersion index cf88651..cf17b0c 100644 --- a/static_files/AppVersion +++ b/static_files/AppVersion @@ -1 +1 @@ -v1.0.1-alpha \ No newline at end of file +v1.0.2-alpha \ No newline at end of file