From fa6bea1633cb1279c8b08cde096de531d5ee6452 Mon Sep 17 00:00:00 2001 From: "vilet.yy" Date: Mon, 17 May 2021 18:36:00 +0800 Subject: [PATCH] fix --- lib/acts_as_able/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/acts_as_able/version.rb b/lib/acts_as_able/version.rb index 676ab5a..83469fe 100644 --- a/lib/acts_as_able/version.rb +++ b/lib/acts_as_able/version.rb @@ -1,3 +1,3 @@ module ActsAsAble - VERSION = "1.0.0" + VERSION = "1.0.1" end