From e2d96cdb55fc3e1d6efbd5327ab21eaeb9970c08 Mon Sep 17 00:00:00 2001 From: arnaudberger Date: Mon, 11 Nov 2024 12:29:29 -0500 Subject: [PATCH] udpate version + confirm --- cmd/substreams/registry-publish.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/substreams/registry-publish.go b/cmd/substreams/registry-publish.go index 34740d67..fed5d256 100644 --- a/cmd/substreams/registry-publish.go +++ b/cmd/substreams/registry-publish.go @@ -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()