Skip to content

Commit 0d8d3c3

Browse files
committed
Revert "v5.1.3"
This reverts commit d07f4c9.
1 parent d07f4c9 commit 0d8d3c3

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 = 3
29+
AppPatch uint = 2
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)