lib/knife-cookbook-cleanup/version.rb in knife-cookbook-cleanup-1.0.0 vs lib/knife-cookbook-cleanup/version.rb in knife-cookbook-cleanup-1.1.0

- old
+ new

@@ -1,7 +1,8 @@ # frozen_string_literal: true + module Knife module CookbookCleanup - VERSION = '1.0.0' + VERSION = '1.1.0' MAJOR, MINOR, TINY = VERSION.split('.') end end