From 13b0b20a9ad0e9a2d2af7fc8a71195cc616c1212 Mon Sep 17 00:00:00 2001 From: Uman Shahzad Date: Fri, 19 Nov 2021 18:40:48 +0500 Subject: [PATCH] randip: vsn bump from 1.0.0 to 1.1.0. --- README.md | 2 +- randip/deb.sh | 2 +- randip/dist/DEBIAN/control | 2 +- randip/macos.sh | 2 +- randip/main.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e65b31c6..6dfeead1 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Currently these subcommands are separately shipped: | cidr2ip | [1.0.0](https://github.com/ipinfo/cli/releases/tag/cidr2ip-1.0.0) | | range2cidr | [1.2.0](https://github.com/ipinfo/cli/releases/tag/range2cidr-1.2.0) | | range2ip | [1.0.0](https://github.com/ipinfo/cli/releases/tag/range2ip-1.0.0) | -| randip | [1.0.0](https://github.com/ipinfo/cli/releases/tag/randip-1.0.0) | +| randip | [1.1.0](https://github.com/ipinfo/cli/releases/tag/randip-1.1.0) | ## Quick Start diff --git a/randip/deb.sh b/randip/deb.sh index bc6b94b2..6b69d2d0 100755 --- a/randip/deb.sh +++ b/randip/deb.sh @@ -1,6 +1,6 @@ #!/bin/sh -VSN=1.0.0 +VSN=1.1.0 curl -LO https://github.com/ipinfo/cli/releases/download/randip-${VSN}/randip_${VSN}.deb sudo dpkg -i randip_${VSN}.deb diff --git a/randip/dist/DEBIAN/control b/randip/dist/DEBIAN/control index 8261755e..a777e818 100644 --- a/randip/dist/DEBIAN/control +++ b/randip/dist/DEBIAN/control @@ -1,6 +1,6 @@ Source: randip Section: utils -Version: 1.0.0 +Version: 1.1.0 Priority: optional Maintainer: IPinfo Vcs-Git: https://github.com/ipinfo/cli diff --git a/randip/macos.sh b/randip/macos.sh index 46d5debf..701c8aa6 100755 --- a/randip/macos.sh +++ b/randip/macos.sh @@ -1,6 +1,6 @@ #!/bin/sh -VSN=1.0.0 +VSN=1.1.0 PLAT=darwin_amd64 curl -LO https://github.com/ipinfo/cli/releases/download/randip-${VSN}/randip_${VSN}_${PLAT}.tar.gz diff --git a/randip/main.go b/randip/main.go index 62b69c99..86e97d32 100644 --- a/randip/main.go +++ b/randip/main.go @@ -12,7 +12,7 @@ import ( ) var progBase = filepath.Base(os.Args[0]) -var version = "1.0.0" +var version = "1.1.0" func printHelp() { fmt.Printf(