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

Commit

Permalink
Updated to version v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svarogg committed Apr 13, 2020
1 parent 0051e4a commit e53a972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/gorilla/mux v1.7.3
github.com/jessevdk/go-flags v1.4.0
github.com/kaspanet/go-secp256k1 v0.0.2
github.com/kaspanet/kaspad v0.3.0
github.com/kaspanet/kasparov v0.3.0
github.com/kaspanet/kaspad v0.3.1
github.com/kaspanet/kasparov v0.3.1
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 = 3
appPatch uint = 0
appPatch uint = 1
)

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

0 comments on commit e53a972

Please sign in to comment.