summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-05 15:59:47 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-05 15:59:47 +0000
commit6c3ca1fbbb1c317bd9c9815d564c8f253771d4f7 (patch)
treebbc9a55d3bb5e09d2a9d82408f5078940160460e
parent97669adafff1e8a4294b352a33cda0cb00859d99 (diff)
downloadchef-6c3ca1fbbb1c317bd9c9815d564c8f253771d4f7.tar.gz
Bump version of chef to 12.9.26 by Chef Versioner.v12.9.26
-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 41c5e7dc87..79b1b430bb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.9.25 \ No newline at end of file
+12.9.26 \ 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 0752604a37..d5ea4a2265 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.25"
+ VERSION = "12.9.26"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index afe72b454f..ed0ca63823 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.25"
+ VERSION = "12.9.26"
end
#