From ec105b4afe586e645d4e5c5ba0fa22de1667fa02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Sat, 20 Jul 2019 01:38:03 +0200 Subject: [PATCH] Fix reported version number of the application - (`serve -v`) --- RELEASES.md | 2 ++ serve.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 5064fd7..1889943 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) ------------------- diff --git a/serve.go b/serve.go index f51a689..1f4615e 100644 --- a/serve.go +++ b/serve.go @@ -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 (