Skip to content

Commit

Permalink
rpcserver: Bump to 6.1.1.
Browse files Browse the repository at this point in the history
This bumps the rpcserver version patch to correspond with the recent
change to correct the getvoteinfo error response when provided a version
that does not exist.
  • Loading branch information
davecgh committed Oct 28, 2019
1 parent 1a175cd commit 7b06020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ import (

// API version constants
const (
jsonrpcSemverString = "6.1.0"
jsonrpcSemverString = "6.1.1"
jsonrpcSemverMajor = 6
jsonrpcSemverMinor = 1
jsonrpcSemverPatch = 0
jsonrpcSemverPatch = 1
)

const (
Expand Down

0 comments on commit 7b06020

Please sign in to comment.