Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
rpcserver: Bump semver for existsmissedtickets addition.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed May 17, 2017
1 parent 91d869d commit 0d48ca0
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 @@ -51,9 +51,9 @@ import (

// API version constants
const (
jsonrpcSemverString = "3.0.0"
jsonrpcSemverString = "3.1.0"
jsonrpcSemverMajor = 3
jsonrpcSemverMinor = 0
jsonrpcSemverMinor = 1
jsonrpcSemverPatch = 0
)

Expand Down

0 comments on commit 0d48ca0

Please sign in to comment.