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