Skip to content

Commit

Permalink
bump grepip from 1.2.0 to 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Nov 14, 2021
1 parent a464a0f commit 3729691
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion grepip/deb.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion grepip/dist/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Source: grepip
Section: utils
Version: 1.2.0
Version: 1.2.1
Priority: optional
Maintainer: IPinfo <[email protected]>
Vcs-Git: https://github.com/ipinfo/cli
Expand Down
2 changes: 1 addition & 1 deletion grepip/macos.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion grepip/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3729691

Please sign in to comment.