Bumping up version to unreleased 0.0.10

This commit is contained in:
Renan DelValle 2020-01-29 16:18:25 -08:00
parent 19beafe6f1
commit d63c719cef
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,6 @@
0.0.10 (unreleased)
0.0.9
* Added ability to create jobs which contain an executorless docker container.

View file

@ -46,7 +46,7 @@ var updateID string
var statusList = make([]string, 0, 0)
var log = logrus.New()
const australisVer = "v0.0.9"
const australisVer = "v0.0.10"
var forceDrainTimeout time.Duration

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
australis (0.0.10) unstable; urgency=medium
* Unreleased
-- Renan DelValle <renanidelvalle@gmail.com> Wed, 29 Jan 2020 15:10:00 -0700
australis (0.0.9) unstable; urgency=medium
* added ability to create jobs which contain an executorless docker container.