Skip to content

Commit

Permalink
Update to version 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
svarogg committed Dec 16, 2020
1 parent 264b5ee commit a0c1542
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.8.3
github.com/kaspanet/kaspad v0.8.4
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 @@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 0
appMinor uint = 8
appPatch uint = 3
appPatch uint = 4
)

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

0 comments on commit a0c1542

Please sign in to comment.