Update Schemable version to 1.0.1

This commit is contained in:
Muhammad Nawzad 2024-01-29 10:55:17 +03:00
parent e95a1432c1
commit 72bf6606da
No known key found for this signature in database
GPG Key ID: B954B6AAE33940B2

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Schemable
VERSION = '1.0.0'
VERSION = '1.0.1'
end