lib/expire/version.rb in expire-0.2.1 vs lib/expire/version.rb in expire-0.2.2

- old
+ new

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