diff --git a/lib/activerecord_slotted_counters/version.rb b/lib/activerecord_slotted_counters/version.rb index 16f83a1..71fed3f 100644 --- a/lib/activerecord_slotted_counters/version.rb +++ b/lib/activerecord_slotted_counters/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ActiveRecordSlottedCounters # :nodoc: - VERSION = "0.1.3" + VERSION = "0.1.4" end