From aa2903b4403c8f66083b55dc4f6096073c00190c Mon Sep 17 00:00:00 2001
From: Rohith <gambol99@gmail.com>
Date: Mon, 25 Apr 2016 16:08:08 +0100
Subject: [PATCH] - shifting and tagging the version at v1.0.3

---
 doc.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.go b/doc.go
index c8eca14..692e565 100644
--- a/doc.go
+++ b/doc.go
@@ -22,7 +22,7 @@ import (
 
 const (
 	prog        = "keycloak-proxy"
-	version     = "v1.0.2"
+	version     = "v1.0.3"
 	author      = "Rohith"
 	email       = "gambol99@gmail.com"
 	description = "is a proxy using the keycloak service for auth and authorization"
-- 
GitLab