Bump version to 0.3.0-beta.1

This commit is contained in:
stefanprodan
2019-01-07 00:30:09 +02:00
parent e6e3e500be
commit b5c648ea54
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ func (j CanaryJob) Start() {
func (j CanaryJob) Stop() {
close(j.done)
j.ticker.Stop()
}
}