Skip to content

Commit

Permalink
Merge pull request #247 from flow-hydraulics/latenssi/v0.9.0
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
latenssi authored Dec 21, 2021
2 parents d4d172e + 489a843 commit a913987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a913987

Please sign in to comment.