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

Commit

Permalink
Update version to 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Feb 1, 2021
1 parent 149b549 commit efd67e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/gorilla/mux v1.7.3
github.com/jessevdk/go-flags v1.4.0
github.com/kaspanet/go-secp256k1 v0.0.3
github.com/kaspanet/kaspad v0.8.6
github.com/kaspanet/kaspad v0.8.7
github.com/pkg/errors v0.9.1
)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 0
appMinor uint = 8
appPatch uint = 6
appPatch uint = 7
)

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

0 comments on commit efd67e4

Please sign in to comment.