diff --git a/pkg/ww.go b/pkg/ww.go index d99a202c..e425214d 100644 --- a/pkg/ww.go +++ b/pkg/ww.go @@ -6,7 +6,7 @@ import ( protoutil "github.com/wetware/casm/pkg/util/proto" ) -const Version = "0.0.1-beta.28" +const Version = "0.0.1-beta.29" var match = casm.NewMatcher("ww"). Then(protoutil.SemVer(Version))