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

- old
+ new

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