File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ github.com/AndreasBriese/bbloom v0.0.0-20170702084017-28f7e881ca57 h1:CVuXDbdzPW
2
2
github.com/AndreasBriese/bbloom v0.0.0-20170702084017-28f7e881ca57 /go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8 =
3
3
github.com/DataDog/zstd v1.3.4 h1:LAGHkXuvC6yky+C2CUG2tD7w8QlrUwpue8XwIh0X4AY =
4
4
github.com/DataDog/zstd v1.3.4 /go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo =
5
- github.com/Sereal/Sereal v0.0.0-20180727013122-68c42fd7bfdf h1:gziqYtUl2f8Oo1/KovOJt3L+rw3TMC59rjiec32/azA =
5
+ github.com/Sereal/Sereal v0.0.0-20180727013122-68c42fd7bfdf h1:WHiAGkqDYWg1SAc5yWsqlxd3IPLTk9jFWEH/38AL7mA =
6
6
github.com/Sereal/Sereal v0.0.0-20180727013122-68c42fd7bfdf /go.mod h1:D0JMgToj/WdxCgd30Kc1UcA9E+WdZoJqeVOuYW7iTBM =
7
7
github.com/aead/siphash v0.0.0-20170329201724-e404fcfc8885 h1:bBmEG9/q1xH07CqeeFw1ejup6Kw+/88WhhLHqIJ0ngQ =
8
8
github.com/aead/siphash v0.0.0-20170329201724-e404fcfc8885 /go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII =
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const (
26
26
AppName string = "dcrdata"
27
27
AppMajor uint = 3
28
28
AppMinor uint = 1
29
- AppPatch uint = 1
29
+ AppPatch uint = 2
30
30
)
31
31
32
32
// go build -ldflags "-X github.com/decred/dcrdata/v3/version.appPreRelease= -X github.com/decred/dcrdata/v3/version.appBuild=`git rev-parse --short HEAD`"
You can’t perform that action at this time.
0 commit comments