Skip to content

Commit

Permalink
updating API version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oten91 authored and Andrew Nguyen committed Mar 10, 2020
1 parent acd754b commit a2dbab9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/cmd/rpc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
APIVersion = "0.0.1"
APIVersion = "0.2.0"
)

func StartRPC(port string) {
Expand Down
2 changes: 1 addition & 1 deletion doc/rpc-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "MIT License",
"url": "https://github.com/pokt-network/pocket-core/LICENSE.md"
},
"version": "0.0.1"
"version": "0.2.0"
},
"externalDocs": {
"description": "Find out more about Pocket Network",
Expand Down
2 changes: 1 addition & 1 deletion doc/rpc-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: MIT License
url: 'https://github.com/pokt-network/pocket-core/LICENSE.md'
version: 0.0.1
version: 0.2.0
externalDocs:
description: Find out more about Pocket Network
url: 'https://pokt.network'
Expand Down

0 comments on commit a2dbab9

Please sign in to comment.