Skip to content

Commit

Permalink
Upgrade casm. Bump version to v0.0.1-beta.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Nov 22, 2022
1 parent 179a8a4 commit 4a85567
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
github.com/stretchr/testify v1.8.1
github.com/tetratelabs/wazero v1.0.0-pre.3
github.com/thejerf/suture/v4 v4.0.2
github.com/wetware/casm v0.0.0-20221118164157-9c7f9a644784
github.com/wetware/casm v0.0.0-20221122190554-12280f37bb5d
golang.org/x/sync v0.1.0
gopkg.in/alexcesaro/statsd.v2 v2.0.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ github.com/urfave/cli/v2 v2.23.5/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6f
github.com/viant/assertly v0.4.8/go.mod h1:aGifi++jvCrUaklKEKT0BU95igDNaqkvz+49uaYMPRU=
github.com/viant/toolbox v0.24.0/go.mod h1:OxMCG57V0PXuIP2HNQrtJf2CjqdmbrOx5EkMILuUhzM=
github.com/warpfork/go-wish v0.0.0-20200122115046-b9ea61034e4a h1:G++j5e0OC488te356JvdhaM8YS6nMsjLAYF7JxCv07w=
github.com/wetware/casm v0.0.0-20221118164157-9c7f9a644784 h1:3R+3WDPJ+A4BOifwd1TpqhOJy/+0+SpTBz+dUfemSGs=
github.com/wetware/casm v0.0.0-20221118164157-9c7f9a644784/go.mod h1:2hUOIsSAFgMEKvxyFRhEMgvqJQ1/mBIZiCE88IlIDnU=
github.com/wetware/casm v0.0.0-20221122190554-12280f37bb5d h1:1BTj70vjkHaV1JH5vTLe3d7TLCbsDrNScTrNcB+tSsk=
github.com/wetware/casm v0.0.0-20221122190554-12280f37bb5d/go.mod h1:2hUOIsSAFgMEKvxyFRhEMgvqJQ1/mBIZiCE88IlIDnU=
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 h1:EKhdznlJHPMoKr0XTrX+IlJs1LH3lyx2nfr1dOlZ79k=
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1/go.mod h1:8UvriyWtv5Q5EOgjHaSseUEdkQfvwFv1I/In/O2M9gc=
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee h1:lYbXeSvJi5zk5GLKVuid9TVjS9a0OmLIDKTfoZBL6Ow=
Expand Down
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.2"
const Version = "0.0.1-beta.7"

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

0 comments on commit 4a85567

Please sign in to comment.