diff --git a/doc.go b/doc.go
index 9224ba54d01ffa27bad86f72ecaa3d5545537cf9..db57738ffec43c3dbffece80c3b985b15358a496 100644
--- a/doc.go
+++ b/doc.go
@@ -20,11 +20,11 @@ import (
 	"time"
 )
 
-const gitSHA = "v1.0.3-2-g0082034-dirty"
+const gitSHA = "v1.0.3-2-gab17cf6"
 
 const (
 	prog        = "keycloak-proxy"
-	version     = "v1.0.3" + " (git+sha: " + gitSHA + ")"
+	version     = "v1.0.4" + " (git+sha: " + gitSHA + ")"
 	author      = "Rohith"
 	email       = "gambol99@gmail.com"
 	description = "is a proxy using the keycloak service for auth and authorization"