Skip to content

Commit

Permalink
randip: vsn bump from 1.0.0 to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Nov 19, 2021
1 parent 4bea354 commit 13b0b20
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 @@ -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

Expand Down
2 changes: 1 addition & 1 deletion randip/deb.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion randip/dist/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Source: randip
Section: utils
Version: 1.0.0
Version: 1.1.0
Priority: optional
Maintainer: IPinfo <[email protected]>
Vcs-Git: https://github.com/ipinfo/cli
Expand Down
2 changes: 1 addition & 1 deletion randip/macos.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion randip/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.0"
var version = "1.1.0"

func printHelp() {
fmt.Printf(
Expand Down

0 comments on commit 13b0b20

Please sign in to comment.