From 3729691525981990e913d4a3c212de85170430f9 Mon Sep 17 00:00:00 2001 From: Uman Shahzad Date: Sun, 14 Nov 2021 13:56:25 +0500 Subject: [PATCH] bump grepip from 1.2.0 to 1.2.1. --- README.md | 2 +- grepip/deb.sh | 2 +- grepip/dist/DEBIAN/control | 2 +- grepip/macos.sh | 2 +- grepip/main.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ee3d5bb..6e9b78bb 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Currently these subcommands are separately shipped: | CLI | Version | | ---------- | ------- | -| grepip | [1.2.0](https://github.com/ipinfo/cli/releases/tag/grepip-1.2.0) | +| grepip | [1.2.1](https://github.com/ipinfo/cli/releases/tag/grepip-1.2.1) | | cidr2range | [1.2.0](https://github.com/ipinfo/cli/releases/tag/cidr2range-1.2.0) | | 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) | diff --git a/grepip/deb.sh b/grepip/deb.sh index dc2e26ad..59b8998a 100755 --- a/grepip/deb.sh +++ b/grepip/deb.sh @@ -1,6 +1,6 @@ #!/bin/sh -VSN=1.2.0 +VSN=1.2.1 curl -LO https://github.com/ipinfo/cli/releases/download/grepip-${VSN}/grepip_${VSN}.deb sudo dpkg -i grepip_${VSN}.deb diff --git a/grepip/dist/DEBIAN/control b/grepip/dist/DEBIAN/control index 10dd9ccb..ef1b1d50 100644 --- a/grepip/dist/DEBIAN/control +++ b/grepip/dist/DEBIAN/control @@ -1,6 +1,6 @@ Source: grepip Section: utils -Version: 1.2.0 +Version: 1.2.1 Priority: optional Maintainer: IPinfo Vcs-Git: https://github.com/ipinfo/cli diff --git a/grepip/macos.sh b/grepip/macos.sh index 0f7a89ad..f7982853 100755 --- a/grepip/macos.sh +++ b/grepip/macos.sh @@ -1,6 +1,6 @@ #!/bin/sh -VSN=1.2.0 +VSN=1.2.1 PLAT=darwin_amd64 curl -LO https://github.com/ipinfo/cli/releases/download/grepip-${VSN}/grepip_${VSN}_${PLAT}.tar.gz diff --git a/grepip/main.go b/grepip/main.go index cb7d441e..649ef91e 100644 --- a/grepip/main.go +++ b/grepip/main.go @@ -12,7 +12,7 @@ import ( ) var progBase = filepath.Base(os.Args[0]) -var version = "1.2.0" +var version = "1.2.1" func printHelp() { fmt.Printf(