Skip to content

Commit

Permalink
Revert "v5.1.3"
Browse files Browse the repository at this point in the history
This reverts commit d07f4c9.
  • Loading branch information
chappjc committed Oct 3, 2019
1 parent d07f4c9 commit 0d8d3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
AppName string = "dcrdata"
AppMajor uint = 5
AppMinor uint = 1
AppPatch uint = 3
AppPatch uint = 2
)

// 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`"
Expand Down

0 comments on commit 0d8d3c3

Please sign in to comment.