From 0421fdec321984152d74049491a1758844aabe5c Mon Sep 17 00:00:00 2001 From: Robert Guthrie Date: Tue, 24 Oct 2023 09:49:58 +1300 Subject: [PATCH] v2.20.1 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 95f5ece3fbd..ea4744743b8 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,7 +1,7 @@ module Loomio module Version def self.current - "2.20.0" + "2.20.1" end end end