diff options
author | Prajakta Purohit <prajakta@opscode.com> | 2016-05-18 16:07:08 -0700 |
---|---|---|
committer | Prajakta Purohit <prajakta@opscode.com> | 2016-05-18 16:07:08 -0700 |
commit | c53843d1b43c705a43d7d8bb9f3ba2d7e15b5eae (patch) | |
tree | c69cbf74246444d1a6b98c840240a8daa1ca7471 /lib/chef/version.rb | |
parent | 9722ebaa3cfdcc34e522a83b20f7376335cfd5f4 (diff) | |
download | chef-c53843d1b43c705a43d7d8bb9f3ba2d7e15b5eae.tar.gz |
Updating version after Chef 12.10 releasepraj/version_bump
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index bbb40e2d73..9e452689ce 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.10.60" + VERSION = "12.11.0" end # |