From 8527407e521556b9f0253318912cc03fd84a5bbd Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Fri, 29 May 2020 13:48:43 -0600 Subject: [PATCH] Updating version in headers.go Signed-off-by: Ivan Kozlovic --- header.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.go b/header.go index 27c6581..44cfe2d 100644 --- a/header.go +++ b/header.go @@ -23,7 +23,7 @@ import ( const ( // Version is semantic version. - Version = "0.3.2" + Version = "1.0.1" // TokenTypeJwt is the JWT token type supported JWT tokens // encoded and decoded by this library