Skip to content

Commit

Permalink
return a valid semver
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Oct 29, 2024
1 parent ee97355 commit bc01ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/empty.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,5 @@ func (EmptyRuntimeInterface) ValidateAccountCapabilitiesPublish(
}

func (EmptyRuntimeInterface) MinimumRequiredVersion() (string, error) {
return "", nil
return "0.0.0", nil
}

0 comments on commit bc01ae1

Please sign in to comment.