From e0f33ab60e11fa6657200093bd1feab32982ab2f Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Fri, 5 Oct 2018 08:09:30 -0700 Subject: [PATCH] Bumping up the version number advertised by gorealis to the scheduler. --- realis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realis.go b/realis.go index 1ec3d98..c028406 100644 --- a/realis.go +++ b/realis.go @@ -36,7 +36,7 @@ import ( "github.com/pkg/errors" ) -const VERSION = "1.2.1" +const VERSION = "1.3.0" // TODO(rdelvalle): Move documentation to interface in order to make godoc look better/more accessible type Realis interface {