From 25123de97539c260f1a5681f1c2b4aee41ff7a3f Mon Sep 17 00:00:00 2001 From: Gabriel Naiman Date: Thu, 11 Mar 2021 09:45:26 -0300 Subject: [PATCH] Release 3.0.0 --- 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 1d220ec..84ceab9 100644 --- a/lib/rasti/db/version.rb +++ b/lib/rasti/db/version.rb @@ -1,5 +1,5 @@ module Rasti module DB - VERSION = '2.3.3' + VERSION = '3.0.0' end end