Skip to content

Commit 5394fd4

Browse files
committed
bump dcrdata patch version to 5.1.1
1 parent 1e9bbf0 commit 5394fd4

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 = 5
2828
AppMinor uint = 1
29-
AppPatch uint = 0
29+
AppPatch uint = 1
3030
)
3131

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

0 commit comments

Comments
 (0)