lib/expire/version.rb in expire-0.2.4 vs lib/expire/version.rb in expire-0.2.5

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module Expire MAJOR = 0 MINOR = 2 - TINY = 4 + TINY = 5 VERSION = [MAJOR, MINOR, TINY].compact * "." end