diff --git a/main.go b/main.go index eebbecd4..2860690d 100644 --- a/main.go +++ b/main.go @@ -27,7 +27,7 @@ import ( "google.golang.org/grpc" ) -const version = "0.6.2" +const version = "0.7.0" var ( sha1ver string // sha1 revision used to build the program diff --git a/openapi.yml b/openapi.yml index b10e9ab9..ca138f97 100644 --- a/openapi.yml +++ b/openapi.yml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Flow Wallet API - version: 0.6.2 + version: 0.7.0 servers: - url: http://localhost:3000/v1