From f54b342b52e2e32e918b85c180c886062a1cc506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20B=C3=A1n?= Date: Mon, 15 May 2023 19:02:38 +0200 Subject: [PATCH] Bump version to 0.1.1 --- Makefile | 2 +- README.md | 2 +- version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 71416ca..dd6cc2d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.1.0 +VERSION = 0.1.1 BUILDDIR ?= build BINDIR ?= /usr/local/bin DOCKER_IMAGE ?= banviktor/asnlookup diff --git a/README.md b/README.md index ec76c3c..1dd41ac 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/version.go b/version.go index c7575d6..f032060 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package asnlookup // Version denotes the version of asnlookup. -const Version = "0.1.0" +const Version = "0.1.1"