lib/expire/version.rb in expire-0.2.3 vs lib/expire/version.rb in expire-0.2.4
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module Expire
MAJOR = 0
MINOR = 2
- TINY = 3
+ TINY = 4
VERSION = [MAJOR, MINOR, TINY].compact * "."
end