Skip to content

Commit

Permalink
Update to version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oudeis committed Oct 13, 2020
1 parent 1e614d4 commit 7c90f4b
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 @@ -4,7 +4,7 @@ go 1.14

require (
github.com/jessevdk/go-flags v1.4.0
github.com/kaspanet/kaspad v0.7.2
github.com/kaspanet/kaspad v0.7.3
github.com/miekg/dns v1.1.25
github.com/pkg/errors v0.9.1
google.golang.org/grpc v1.30.0
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 = 7
appPatch uint = 2
appPatch uint = 3
)

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

0 comments on commit 7c90f4b

Please sign in to comment.