Changing version to unreleased 0.1.1

This commit is contained in:
Renan DelValle 2020-02-10 12:05:32 -08:00
parent 702916acc7
commit 08c68935e7
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,7 @@
0.1.1
* Unreleased
0.1.0
* Adding support for drain sub-command to take in JSON list from stdin or from a specified file.

View file

@ -47,7 +47,7 @@ var message = new(string)
var updateID string
var log = logrus.New()
const australisVer = "v0.1.0"
const australisVer = "v0.1.1"
var forceDrainTimeout time.Duration

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
australis (0.1.1) unstable; urgency=medium
* Unreleased
-- Renan DelValle <renanidelvalle@gmail.com> Mon, 10 Feb 2020 12:00:00 -0700
australis (0.1.0) unstable; urgency=medium
* Adding support for drain sub-command to take in JSON list from stdin or from a specified file.