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 1e9bbf0 commit 5394fd4Copy full SHA for 5394fd4
version/version.go
@@ -26,7 +26,7 @@ const (
26
AppName string = "dcrdata"
27
AppMajor uint = 5
28
AppMinor uint = 1
29
- AppPatch uint = 0
+ AppPatch uint = 1
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