Skip to content

Commit

Permalink
grepip 1.0.3 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed May 26, 2021
1 parent a322dad commit 6f04663
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.0.3
VSN=1.1.0

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.0.3
Version: 1.1.0
Priority: optional
Maintainer: IPinfo <support@ipinfo.io>
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.0.3
VSN=1.1.0
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.0.3"
var version = "1.1.0"

func printHelp() {
fmt.Printf(
Expand Down

0 comments on commit 6f04663

Please sign in to comment.