From 32f867d40cbd1f5104868c3cb037b709408743a6 Mon Sep 17 00:00:00 2001 From: Gabriel Naiman Date: Fri, 6 Sep 2019 10:47:03 -0300 Subject: [PATCH] Release 1.1.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 18700e6..2b80a76 100644 --- a/lib/rasti/db/version.rb +++ b/lib/rasti/db/version.rb @@ -1,5 +1,5 @@ module Rasti module DB - VERSION = '1.0.0' + VERSION = '1.1.0' end end