From 2acb449d4d11fec60399255e36fca5e110c84860 Mon Sep 17 00:00:00 2001 From: Ian Oxley Date: Tue, 13 Feb 2024 17:00:03 +0000 Subject: [PATCH] Update version.rb to 1.3.1 --- lib/omniauth/jwt/version.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/omniauth/jwt/version.rb b/lib/omniauth/jwt/version.rb index e5b7ea4..bf3300d 100644 --- a/lib/omniauth/jwt/version.rb +++ b/lib/omniauth/jwt/version.rb @@ -1,5 +1,7 @@ +# frozen_string_literal: true + module Omniauth module JWT - VERSION = "1.3.0" + VERSION = '1.3.1' end end