Skip to content

Commit

Permalink
Bump version number from 0.4.1 to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
latenssi committed Aug 13, 2021
1 parent 89f9aff commit 5213e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.1.0

info:
title: Flow Wallet API
version: 0.4.1
version: 0.5.0

servers:
- url: http://localhost:3000/v1
Expand Down
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.4.1"
const version = "0.5.0"

var (
sha1ver string // sha1 revision used to build the program
Expand Down

0 comments on commit 5213e1c

Please sign in to comment.