We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07f4c9 commit 0d8d3c3Copy full SHA for 0d8d3c3
version/version.go
@@ -26,7 +26,7 @@ const (
26
AppName string = "dcrdata"
27
AppMajor uint = 5
28
AppMinor uint = 1
29
- AppPatch uint = 3
+ AppPatch uint = 2
30
)
31
32
// 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