From 51a83ed0d398d2bb6b855a080e0681b7f5827f60 Mon Sep 17 00:00:00 2001 From: Muhammad Nawzad Date: Sun, 14 May 2023 11:10:00 +0300 Subject: [PATCH] Increases the version --- lib/schemable/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/schemable/version.rb b/lib/schemable/version.rb index 31fd351..2402d15 100644 --- a/lib/schemable/version.rb +++ b/lib/schemable/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Schemable - VERSION = "0.1.0" + VERSION = "0.1.1" end