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

- old
+ new

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