Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lc committed May 4, 2020
1 parent 1046ce5 commit 042421f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ GO111MODULE=on go get -u -v github.com/lc/gau
You can download the pre-built binaries from the [releases](https://github.com/lc/gau/releases/) page and then move them into your $PATH.

```bash
$ tar xvf gau_1.0.1_linux_amd64.tar.gz
$ tar xvf gau_1.0.2_linux_amd64.tar.gz
$ mv gau /usr/bin/gau
```

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
Version = `1.0.1`
Version = `1.0.2`
)

// printResults just received fetched URLs and print them.
Expand Down

0 comments on commit 042421f

Please sign in to comment.