Bumping up release number in root.go so that version command returns the right version. Fixing some bugs in the debian packaging scripts. Bumping up golang version we're building with to 1.15.2

This commit is contained in:
Renan DelValle 2020-09-30 16:15:21 -07:00
parent 5efbbce6c7
commit deaddd2953
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
5 changed files with 15 additions and 10 deletions

View file

@ -49,7 +49,7 @@ var updateID string
var monitor bool
var log = logrus.New()
const australisVer = "v0.22.0"
const australisVer = "v1.0.0"
var forceDrainTimeout time.Duration