From 305f6e398c3d07dad7c3a04e4d6c1adc64df2f90 Mon Sep 17 00:00:00 2001 From: Gabriel Naiman Date: Tue, 2 Mar 2021 13:28:18 -0300 Subject: [PATCH] Release 2.3.3 --- lib/rasti/db/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rasti/db/version.rb b/lib/rasti/db/version.rb index 9ea5294..1d220ec 100644 --- a/lib/rasti/db/version.rb +++ b/lib/rasti/db/version.rb @@ -1,5 +1,5 @@ module Rasti module DB - VERSION = '2.3.2' + VERSION = '2.3.3' end end