diff --git a/extism/main.go b/extism/main.go index 82a534b..5604bcc 100644 --- a/extism/main.go +++ b/extism/main.go @@ -19,7 +19,7 @@ var banner string = ` func rootCmd() *cobra.Command { cmd := &cobra.Command{ Use: "extism", - Version: "0.3.7", + Version: "0.3.8", Long: banner, Short: "A CLI for Extism, https://extism.org", }