diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-04-14 19:35:42 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-04-14 19:35:42 +0000 |
commit | f99b3362694d9cd9f70aa808b96a3fe3420650e1 (patch) | |
tree | 8ab9f2ecb1a3cdc198d861ad50bdbf1832e06320 | |
parent | a86bc8764c647abe209ff876bb24f692aa132c9b (diff) | |
download | chef-f99b3362694d9cd9f70aa808b96a3fe3420650e1.tar.gz |
Bump version of chef to 12.10.4 by Chef Versioner.v12.10.4
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -12.10.3
\ No newline at end of file +12.10.4
\ No newline at end of file diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 67c9e2fec4..2678ed97d6 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.3" + VERSION = "12.10.4" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 396f3a7fdb..477a415862 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.3" + VERSION = "12.10.4" end # |