Skip to content

Commit

Permalink
Fix reported version number of the application
Browse files Browse the repository at this point in the history
- (`serve -v`)
  • Loading branch information
philippgille committed Jul 19, 2019
1 parent 647721f commit ec105b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
vNext
-----

- Fixed: serve v0.3.1 reports version v0.3.0 when using `serve -v`

v0.3.1 (2019-07-20)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (

// Increment and remove "+" in release commits.
// Add "+" after release commits.
const version = "v0.3.0"
const version = "v0.3.1"

// Flags in alphabetical order, just like "-h" prints them
var (
Expand Down

0 comments on commit ec105b4

Please sign in to comment.