Skip to content

Commit 79c70a8

Browse files
committed
bump version to 3.1.1
1 parent 261048e commit 79c70a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
AppName string = "dcrdata"
2727
AppMajor uint = 3
2828
AppMinor uint = 1
29-
AppPatch uint = 0
29+
AppPatch uint = 1
3030
)
3131

3232
// go build -ldflags "-X github.com/decred/dcrdata/v3/version.appPreRelease= -X github.com/decred/dcrdata/v3/version.appBuild=`git rev-parse --short HEAD`"

0 commit comments

Comments
 (0)