diff options
| author | Prajakta Purohit <prajakta@opscode.com> | 2016-05-17 09:50:17 -0700 |
|---|---|---|
| committer | Prajakta Purohit <prajakta@opscode.com> | 2016-05-17 09:50:17 -0700 |
| commit | 554a0123f36f1738558a52311af92846e05869ae (patch) | |
| tree | 19052f971b8d0b2f25ea38a709a907e1b9aa6d4e | |
| parent | 71cdfe20324622e849598f3faf76976564118960 (diff) | |
| download | chef-praj/update_version_after12.10.tar.gz | |
Updating version after chef 12.10.24 releasepraj/update_version_after12.10
| -rw-r--r-- | RELEASE_NOTES.md | 2 | ||||
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
| -rw-r--r-- | lib/chef/version.rb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b25aa52784..98d4931177 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ *This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see `https://docs.chef.io/release/<major>-<minor>/release_notes.html` for the official Chef release notes.* -# Chef Client Release Notes 12.10: +# Chef Client Release Notes 12.11: @@ -1 +1 @@ -12.10.57
\ No newline at end of file +12.11.0 diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 3c157c3ce9..ba1d408977 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.10.57" + VERSION = "12.11.0" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 0140493607..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.57" + VERSION = "12.11.0" end # |
