diff --git a/RELEASES.md b/RELEASES.md index c37e27f..6c595ac 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -8,9 +8,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a vNext ----- +v0.2.0 (2018-05-01) +------------------- + - Added: Version flag to print the version of the CLI - Added: Test flag for a dry run which only prints the network interface table -- Improved: Binaries are much smaller because they get shrinked with UPX ([issue #1](https://github.com/philippgille/serve/issues/1)) +- Improved: Released binaries are much smaller because they get shrinked with UPX ([issue #1](https://github.com/philippgille/serve/issues/1)) - Fixed: Network interface table looks bad on Windows ([issue #2](https://github.com/philippgille/serve/issues/2)) - Fixed: IPv4 address doesn't get printed for the main network interface on Windows ([issue #3](https://github.com/philippgille/serve/issues/3)) diff --git a/VERSION b/VERSION index 6c6aa7c..341cf11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/serve.go b/serve.go index 04efbc2..50f5be6 100644 --- a/serve.go +++ b/serve.go @@ -27,7 +27,7 @@ import ( // Increment and remove "+" in release commits. // Add "+" after release commits. -const version = "v0.1.0+" +const version = "v0.2.0" func main() { // Flags in alphabetical order, just like "-h" prints them