Skip to content

Commit

Permalink
Update to version 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
someone235 committed Aug 31, 2020
1 parent 82232dc commit 3be0894
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.8
github.com/kaspanet/kaspad v0.6.9
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 = 8
appPatch uint = 9
)

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

0 comments on commit 3be0894

Please sign in to comment.