Skip to content

Commit

Permalink
dragonboat: bumped version to 3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lni committed Sep 25, 2023
1 parent a6b5353 commit 9990c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/lni/dragonboat/v3

require (
github.com/VictoriaMetrics/metrics v1.6.2
github.com/cockroachdb/errors v1.7.5 // indirect
github.com/cockroachdb/errors v1.7.5
github.com/cockroachdb/pebble v0.0.0-20210331181633-27fc006b8bfb
github.com/golang/protobuf v1.4.3
github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3
Expand Down
2 changes: 1 addition & 1 deletion nodehost.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const (
// DragonboatMinor is the minor version number
DragonboatMinor = 3
// DragonboatPatch is the patch version number
DragonboatPatch = 7
DragonboatPatch = 8
// DEVVersion is a boolean flag indicating whether this is a dev version
DEVVersion = false
)
Expand Down

0 comments on commit 9990c33

Please sign in to comment.