From 73e7ab267129064f0f0c4685de20342db5c44b30 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Tue, 8 Jan 2019 15:57:19 -0800 Subject: [PATCH] Releasing version 1.3.1 --- realis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realis.go b/realis.go index 8878b45..2597738 100644 --- a/realis.go +++ b/realis.go @@ -36,7 +36,7 @@ import ( "github.com/pkg/errors" ) -const VERSION = "1.3.0" +const VERSION = "1.3.1" // TODO(rdelvalle): Move documentation to interface in order to make godoc look better/more accessible type Realis interface {