Skip to content

Commit

Permalink
new version (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero authored Jun 30, 2023
1 parent 3f87e67 commit a6344dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/ipni/ipni.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

version "github.com/ipni/ipni-cli"
"github.com/ipni/ipni-cli"
"github.com/ipni/ipni-cli/pkg/ads"
"github.com/ipni/ipni-cli/pkg/find"
"github.com/ipni/ipni-cli/pkg/provider"
Expand All @@ -17,7 +17,7 @@ func main() {
app := &cli.App{
Name: "ipni",
Usage: "Commands to interact with IPNI indexers and index providers",
Version: version.Version,
Version: ipnicli.Version,
Commands: []*cli.Command{
ads.AdsCmd,
find.FindCmd,
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version
package ipnicli

import (
_ "embed"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.0.2"
"version": "v0.0.3"
}

0 comments on commit a6344dd

Please sign in to comment.