From 7179eac538b40057106e656d5951fed02bd77efd Mon Sep 17 00:00:00 2001
From: Rohith Jayawardene <gambol99@gmail.com>
Date: Wed, 11 Oct 2017 22:20:46 +0000
Subject: [PATCH] v2.1.0 RC5 Release (#283)

- fixes the method bug raised in https://github.com/gambol99/keycloak-proxy/issues/281
---
 doc.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.go b/doc.go
index 813aa56..0b4ddb3 100644
--- a/doc.go
+++ b/doc.go
@@ -26,7 +26,7 @@ import (
 )
 
 var (
-	release  = "v2.1.0-rc4"
+	release  = "v2.1.0-rc5"
 	gitsha   = "no gitsha provided"
 	compiled = "0"
 	version  = ""
-- 
GitLab