Bumping up version number inside client in anticipation of new release.

This commit is contained in:
Renan DelValle 2017-11-30 08:37:13 -08:00
parent 98db8b6b9d
commit 9047b4ba2b

View file

@ -31,7 +31,7 @@ import (
"github.com/pkg/errors" "github.com/pkg/errors"
) )
const VERSION = "1.0.4" const VERSION = "1.1.0"
type Realis interface { type Realis interface {
AbortJobUpdate(updateKey aurora.JobUpdateKey, message string) (*aurora.Response, error) AbortJobUpdate(updateKey aurora.JobUpdateKey, message string) (*aurora.Response, error)