lib/chef-bin/version.rb in chef-bin-17.9.18 vs lib/chef-bin/version.rb in chef-bin-17.9.26

- old
+ new

@@ -19,10 +19,10 @@ # task instead. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module ChefBin CHEFBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "17.9.18".freeze + VERSION = "17.9.26".freeze end # # NOTE: the Chef::Version class is defined in version_class.rb #