We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f87e67 commit a6344ddCopy full SHA for a6344dd
cmd/ipni/ipni.go
@@ -4,7 +4,7 @@ import (
4
"fmt"
5
"os"
6
7
- version "github.com/ipni/ipni-cli"
+ "github.com/ipni/ipni-cli"
8
"github.com/ipni/ipni-cli/pkg/ads"
9
"github.com/ipni/ipni-cli/pkg/find"
10
"github.com/ipni/ipni-cli/pkg/provider"
@@ -17,7 +17,7 @@ func main() {
17
app := &cli.App{
18
Name: "ipni",
19
Usage: "Commands to interact with IPNI indexers and index providers",
20
- Version: version.Version,
+ Version: ipnicli.Version,
21
Commands: []*cli.Command{
22
ads.AdsCmd,
23
find.FindCmd,
version.go
@@ -1,4 +1,4 @@
1
-package version
+package ipnicli
2
3
import (
_ "embed"
version.json
@@ -1,3 +1,3 @@
{
- "version": "v0.0.2"
+ "version": "v0.0.3"
}
0 commit comments