Changing version to unreleased 0.1.1
This commit is contained in:
parent
702916acc7
commit
08c68935e7
3 changed files with 11 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
6
debian/changelog
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue