Skip to content

Commit

Permalink
bump version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Sep 24, 2018
1 parent fd07df2 commit 1564b3c
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 = 3
AppMinor uint = 0
AppPatch uint = 1
AppPatch uint = 2
)

// go build -ldflags "-X github.com/decred/dcrdata/v3/version.appPreRelease= -X github.com/decred/dcrdata/v3/version.appBuild=`git rev-parse --short HEAD`"
Expand Down

0 comments on commit 1564b3c

Please sign in to comment.