Skip to content

Commit

Permalink
udpate version + confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Nov 11, 2024
1 parent 3c61cc9 commit e2d96cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/substreams/registry-publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func runRegistryPublish(cmd *cobra.Command, args []string) error {
fmt.Println()
fmt.Println(headerStyle.Render("Package Details"))
fmt.Printf("%s: %s\n", style.Render("Name"), spkg.PackageMeta[0].Name)
fmt.Printf("%s: v%d\n", style.Render("Version"), spkg.Version)
fmt.Printf("%s: %s\n", style.Render("Version"), spkg.PackageMeta[0].Version)
fmt.Printf("%s: %s\n", style.Render("URL"), spkg.PackageMeta[0].Url)
fmt.Println()

Expand Down

0 comments on commit e2d96cd

Please sign in to comment.