lib/chef/version.rb in tylerrick-chef-0.10.8 vs lib/chef/version.rb in tylerrick-chef-0.10.9

- old
+ new

@@ -15,9 +15,9 @@ # See the License for the specific language governing permissions and # limitations under the License. class Chef CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = '0.10.8' + VERSION = '0.10.9' end # NOTE: the Chef::Version class is defined in version_class.rb