Adding support for triggering an update rollback.

This commit is contained in:
Renan DelValle 2019-03-19 14:55:22 -07:00
parent f2d18eb151
commit 2abd691a1c
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 55 additions and 0 deletions

View file

@ -26,6 +26,8 @@ var duration time.Duration
var percent float64
var count int64
var filename string
var message = new(string)
var updateID string
const australisVer = "v0.0.7"