diff --git a/main.go b/main.go index e40cdd3e..50ca8be0 100644 --- a/main.go +++ b/main.go @@ -27,7 +27,7 @@ import ( "google.golang.org/grpc" ) -const version = "0.6.0" +const version = "0.6.2" var ( sha1ver string // sha1 revision used to build the program diff --git a/openapi.yml b/openapi.yml index 6acc76f8..0a1ad47a 100644 --- a/openapi.yml +++ b/openapi.yml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Flow Wallet API - version: 0.6.0 + version: 0.6.2 servers: - url: http://localhost:3000/v1