Skip to content

Commit

Permalink
Increment ww.Version to 0.0.1-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Nov 15, 2022
1 parent a0c1f69 commit 4c6726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ww.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
protoutil "github.com/wetware/casm/pkg/util/proto"
)

const Version = "0.0.1-beta.1"
const Version = "0.0.1-beta.2"

var match = casm.NewMatcher("ww").
Then(protoutil.SemVer(Version))
Expand Down

0 comments on commit 4c6726e

Please sign in to comment.