Skip to content

Commit

Permalink
release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangyt committed Mar 20, 2021
1 parent a8d63f6 commit 856d448
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
3 changes: 3 additions & 0 deletions RELEASE_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.0.2-alpha
1. Fix issue #50

# v1.0.1-alpha
1. Fix issue #48

Expand Down
6 changes: 3 additions & 3 deletions static/AppVersion.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package static
package static

const (
// AppVersion ...
AppVersion string = `v1.0.1-alpha`
// AppVersion ...
AppVersion string = `v1.0.2-alpha`
)
2 changes: 1 addition & 1 deletion static_files/AppVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.1-alpha
v1.0.2-alpha

0 comments on commit 856d448

Please sign in to comment.