Skip to content

Commit

Permalink
Update start.go
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar committed Nov 7, 2023
1 parent a6c95e9 commit e417507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/starsd/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)

var LibwasmVersion = "1.4.1"
var LibwasmVersion = "1.5.0"

func CheckLibwasmVersion(_ *cobra.Command, _ []string) error {
version, err := wasmvmapi.LibwasmvmVersion()
Expand Down

0 comments on commit e417507

Please sign in to comment.