Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit efd67e4

Browse files
committed
Update version to 0.8.7
1 parent 149b549 commit efd67e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/gorilla/mux v1.7.3
1010
github.com/jessevdk/go-flags v1.4.0
1111
github.com/kaspanet/go-secp256k1 v0.0.3
12-
github.com/kaspanet/kaspad v0.8.6
12+
github.com/kaspanet/kaspad v0.8.7
1313
github.com/pkg/errors v0.9.1
1414
)
1515

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
1111
const (
1212
appMajor uint = 0
1313
appMinor uint = 8
14-
appPatch uint = 6
14+
appPatch uint = 7
1515
)
1616

1717
// appBuild is defined as a variable so it can be overridden during the build

0 commit comments

Comments
 (0)