lib/checkoff/version.rb in checkoff-0.1.2 vs lib/checkoff/version.rb in checkoff-0.1.3

- old
+ new

@@ -1,3 +1,4 @@ +# frozen_string_literal: true module Checkoff - VERSION = '0.1.2'.freeze + VERSION = '0.1.3' end