Skip to content

Commit

Permalink
Merge pull request #45 from svarogg/prepare-v0.11.13
Browse files Browse the repository at this point in the history
Prepare v0.11.13
  • Loading branch information
michaelsutton authored Mar 18, 2022
2 parents 0a8e1a7 + 3487517 commit b09ba94
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This project is currently under active development and is in Beta state.

## Requirements

Latest version of [Go](http://golang.org) (currently 1.16)
Latest version of [Go](http://golang.org) (currently 1.17)

## Getting Started

Expand Down
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.11.11
github.com/kaspanet/kaspad v0.11.13
github.com/miekg/dns v1.1.25
github.com/pkg/errors v0.9.1
google.golang.org/grpc v1.38.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ github.com/kaspanet/go-muhash v0.0.4 h1:CQrm1RTJpQy+h4ZFjj9qq42K5fmA5QTGifzb47p4
github.com/kaspanet/go-muhash v0.0.4/go.mod h1:10bPW5mO1vNHPSejaAh9ZTtLZE16jzEvgaP7f3Q5s/8=
github.com/kaspanet/go-secp256k1 v0.0.7 h1:WHnrwopKB6ZeHSbdAwwxNhTqflm56XT1mM6LF4/OvOs=
github.com/kaspanet/go-secp256k1 v0.0.7/go.mod h1:cFbxhxKkxqHX5eIwUGKARkph19PehipDPJejWB+H0jM=
github.com/kaspanet/kaspad v0.11.11 h1:kmWGPUtetvKasnEwlrOwZWdbM9pAgFXQBshNDz5ovrI=
github.com/kaspanet/kaspad v0.11.11/go.mod h1:jsQbDfoq2IfNXbx7f/5JwqhPkLNUSAEavcuJtQ3asYw=
github.com/kaspanet/kaspad v0.11.13 h1:kWBwgHBtHR4+SmO7mcPOGmBQeQNtySNPPj53u/ew56A=
github.com/kaspanet/kaspad v0.11.13/go.mod h1:jsQbDfoq2IfNXbx7f/5JwqhPkLNUSAEavcuJtQ3asYw=
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23/go.mod h1:J+Gs4SYgM6CZQHDETBtE9HaSEkGmuNXF86RwHhHUvq4=
github.com/miekg/dns v1.1.25 h1:dFwPR6SfLtrSwgDcIq2bcU/gVutB4sNApq2HBdqcakg=
github.com/miekg/dns v1.1.25/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso=
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 = 11
appPatch uint = 11
appPatch uint = 13
)

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

0 comments on commit b09ba94

Please sign in to comment.