Skip to content

Commit

Permalink
Merge pull request #179 from flow-hydraulics/latenssi/prepare-0.6.2
Browse files Browse the repository at this point in the history
Fix version numbering
  • Loading branch information
latenssi authored Sep 3, 2021
2 parents 5667f98 + 87c799b commit 039c5ab
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 @@ -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
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
version: 0.6.0
version: 0.6.2

servers:
- url: http://localhost:3000/v1
Expand Down

0 comments on commit 039c5ab

Please sign in to comment.