Skip to content

Commit

Permalink
bump dcrdata patch version to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Aug 19, 2019
1 parent 1e9bbf0 commit 5394fd4
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 = 0
AppPatch uint = 1
)

// 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 5394fd4

Please sign in to comment.