summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-03-25 05:01:50 +0000
committerChef Versioner <chef-versioner@chef.io>2016-03-25 05:01:50 +0000
commiteaa669175bd68c1de5e125d2a4a5f81b4a557dc2 (patch)
tree4fadb0e0d4dd9ead9b687796c317b508004ef9f6
parent67911e8626c4ca61eae8b1ecd720b13b713fc4de (diff)
downloadchef-eaa669175bd68c1de5e125d2a4a5f81b4a557dc2.tar.gz
Bump version of chef to 12.9.2 by Chef Versioner.v12.9.2
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 65a979325a..b825d6d031 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.9.1 \ No newline at end of file
+12.9.2 \ 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 59870405dd..d201140f8f 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.9.1"
+ VERSION = "12.9.2"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 106c2a94ce..a32fda9534 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.9.1"
+ VERSION = "12.9.2"
end
#