lib/checkoff/version.rb in checkoff-0.12.0 vs lib/checkoff/version.rb in checkoff-0.12.1

- old
+ new

@@ -1,6 +1,6 @@ # frozen_string_literal: true module Checkoff # Version of library - VERSION = '0.12.0' + VERSION = '0.12.1' end