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