summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-29 15:37:24 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-29 15:37:24 +0000
commitb94e2ef41fb68edc69e7a8067ea4b472e4b3aca9 (patch)
tree2eb6f145f5cfc115b6bb9da3e750f2a13bb43a22 /lib/chef
parent8747900fdecda05355d1a72dadfc108db7d69663 (diff)
downloadchef-b94e2ef41fb68edc69e7a8067ea4b472e4b3aca9.tar.gz
Bump version of chef to 12.10.26 by Chef Versioner.v12.10.26
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 66cb37108c..6e3d32f897 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.25"
+ VERSION = "12.10.26"
end
#