lib/chef-api/version.rb in chef-infra-api-0.9.1 vs lib/chef-api/version.rb in chef-infra-api-0.10.0

- old
+ new

@@ -1,3 +1,3 @@ module ChefAPI - VERSION = '0.9.1' + VERSION = "0.10.0".freeze end