diff --git a/pkg/ww.go b/pkg/ww.go index c1124f0c..4f42e249 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.10" +const Version = "0.0.1-beta.12" var match = casm.NewMatcher("ww"). Then(protoutil.SemVer(Version))