Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viktb committed May 15, 2023
1 parent 5f7c158 commit f54b342
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.1.0
VERSION = 0.1.1
BUILDDIR ?= build
BINDIR ?= /usr/local/bin
DOCKER_IMAGE ?= banviktor/asnlookup
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sys 0m0,018s

Using prebuilt binaries:
```shell
curl -fsSL https://github.com/banviktor/asnlookup/releases/download/v0.1.0/asnlookup-linux-amd64-v0.1.0.tar.gz | sudo tar -zx -C /usr/local/bin
curl -fsSL https://github.com/banviktor/asnlookup/releases/download/v0.1.1/asnlookup-linux-amd64-v0.1.1.tar.gz | sudo tar -zx -C /usr/local/bin
```

From source:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package asnlookup

// Version denotes the version of asnlookup.
const Version = "0.1.0"
const Version = "0.1.1"

0 comments on commit f54b342

Please sign in to comment.