Skip to content

Commit

Permalink
update to version v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YuvalShaul committed Aug 9, 2020
1 parent a0240b4 commit 2c5129b
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.6.1
github.com/kaspanet/kaspad v0.6.2
github.com/miekg/dns v1.1.25
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 = 6
appPatch uint = 1
appPatch uint = 2
)

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

0 comments on commit 2c5129b

Please sign in to comment.