From 71d7f3d9f32d2f2cae385a9d9beb397a142b9203 Mon Sep 17 00:00:00 2001 From: Sam Pohlenz Date: Tue, 27 Oct 2020 21:49:36 +1030 Subject: [PATCH] Increment version to 0.4.1 --- lib/trestle/auth/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/trestle/auth/version.rb b/lib/trestle/auth/version.rb index 30aba69..4f6c0d0 100644 --- a/lib/trestle/auth/version.rb +++ b/lib/trestle/auth/version.rb @@ -1,5 +1,5 @@ module Trestle module Auth - VERSION = "0.4.0" + VERSION = "0.4.1" end end