diff --git a/main.go b/main.go index c312e937..cec779e5 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ import ( "google.golang.org/grpc" ) -const version = "0.8.0" +const version = "0.9.0" var ( sha1ver string // sha1 revision used to build the program diff --git a/openapi.yml b/openapi.yml index 506b59d9..a546e34b 100644 --- a/openapi.yml +++ b/openapi.yml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Flow Wallet API description: A REST HTTP service that allows a developer to integrate wallet functionality into a larger Flow application infrastructure - version: 0.8.0 + version: 0.9.0 contact: url: 'https://github.com/orgs/flow-hydraulics/teams/wallet' servers: