Skip to content

Commit a6344dd

Browse files
authored
new version (#33)
1 parent 3f87e67 commit a6344dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmd/ipni/ipni.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
version "github.com/ipni/ipni-cli"
7+
"github.com/ipni/ipni-cli"
88
"github.com/ipni/ipni-cli/pkg/ads"
99
"github.com/ipni/ipni-cli/pkg/find"
1010
"github.com/ipni/ipni-cli/pkg/provider"
@@ -17,7 +17,7 @@ func main() {
1717
app := &cli.App{
1818
Name: "ipni",
1919
Usage: "Commands to interact with IPNI indexers and index providers",
20-
Version: version.Version,
20+
Version: ipnicli.Version,
2121
Commands: []*cli.Command{
2222
ads.AdsCmd,
2323
find.FindCmd,

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package version
1+
package ipnicli
22

33
import (
44
_ "embed"

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.0.2"
2+
"version": "v0.0.3"
33
}

0 commit comments

Comments
 (0)