Skip to content

Commit

Permalink
Update to version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stasatdaglabs committed Apr 20, 2021
1 parent 3bd4977 commit 0408d19
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.16

require (
github.com/jessevdk/go-flags v1.4.0
github.com/kaspanet/kaspad v0.10.0
github.com/kaspanet/kaspad v0.11.0
github.com/miekg/dns v1.1.25
github.com/pkg/errors v0.9.1
google.golang.org/grpc v1.33.1
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs

const (
appMajor uint = 0
appMinor uint = 10
appMinor uint = 11
appPatch uint = 0
)

Expand Down

0 comments on commit 0408d19

Please sign in to comment.