We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b066a3b commit 134563aCopy full SHA for 134563a
build-release.sh
@@ -2,7 +2,7 @@
2
set -e
3
4
APP_NAME="ipgeolocation"
5
-VERSION="1.0.0" # fixed version
+VERSION="1.0.1" # fixed version
6
7
rm -rf dist
8
mkdir -p dist
go.mod
@@ -1,6 +1,6 @@
1
module github.com/IPGeolocation/cli
-go 1.24.5
+go 1.18
require (
github.com/spf13/cobra v1.9.1
0 commit comments