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