From 9047b4ba2b3ae48a4ae8938be0cbe3f0c5ccbd37 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Thu, 30 Nov 2017 08:37:13 -0800 Subject: [PATCH] Bumping up version number inside client in anticipation of new release. --- realis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)