From 19020a43d5bf63fcd1eb178a27fc6867c454a7ec Mon Sep 17 00:00:00 2001 From: Rohith <gambol99@gmail.com> Date: Wed, 4 May 2016 13:51:47 +0100 Subject: [PATCH] - updating the authors - shifting to version v1.0.5 --- AUTHORS | 1 + doc.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 1d8ea08..6f1916b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,3 @@ +Allan Degnan <allan@adegnan.net> Rohith <gambol99@gmail.com> Tim <tim.gent@gmail.com> diff --git a/doc.go b/doc.go index c8f5b07..084992f 100644 --- a/doc.go +++ b/doc.go @@ -22,7 +22,7 @@ import ( const ( prog = "keycloak-proxy" - version = "v1.0.4" + version = "v1.0.5" author = "Rohith" email = "gambol99@gmail.com" description = "is a proxy using the keycloak service for auth and authorization" -- GitLab