diff --git a/realis.go b/realis.go index 415b6d0..bfa8e3f 100644 --- a/realis.go +++ b/realis.go @@ -31,7 +31,7 @@ import ( "github.com/pkg/errors" ) -const VERSION = "1.0.4" +const VERSION = "1.1.0" type Realis interface { AbortJobUpdate(updateKey aurora.JobUpdateKey, message string) (*aurora.Response, error)