From 489a843077a4c11029f168b6b24b513efb63b993 Mon Sep 17 00:00:00 2001 From: Lauri Junkkari Date: Tue, 21 Dec 2021 14:02:02 +0200 Subject: [PATCH] Bump version [skip ci] --- main.go | 2 +- openapi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: