Skip to content

Commit

Permalink
Bump version to v0.0.1-beta.28
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Jan 15, 2023
1 parent 02f7634 commit dcf7e7c
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 @@ -6,7 +6,7 @@ import (
protoutil "github.com/wetware/casm/pkg/util/proto"
)

const Version = "0.0.1-beta.27"
const Version = "0.0.1-beta.28"

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

0 comments on commit dcf7e7c

Please sign in to comment.