Skip to content

Commit

Permalink
grepip 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Jul 21, 2023
1 parent 4382d49 commit ff9f179
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Currently these subcommands are separately shipped:

| CLI | Version |
| ---------- | ------- |
| grepip | [1.2.1](https://github.com/ipinfo/cli/releases/tag/grepip-1.2.1) |
| grepip | [1.2.2](https://github.com/ipinfo/cli/releases/tag/grepip-1.2.2) |
| prips | [1.0.0](https://github.com/ipinfo/cli/releases/tag/prips-1.0.0) |
| 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) |
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.1
VSN=1.2.2

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.1
Version: 1.2.2
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.1
VSN=1.2.2
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.1"
var version = "1.2.2"

func printHelp() {
fmt.Printf(
Expand Down
2 changes: 1 addition & 1 deletion grepip/windows.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$VSN = "1.2.1"
$VSN = "1.2.2"

# build the filename for the Zip archive and exe file
$FileName = "grepip_$($VSN)_windows_amd64"
Expand Down

0 comments on commit ff9f179

Please sign in to comment.