summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-10-27 06:49:00 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-10-27 06:49:00 +0000
commita7148bb5ab0572d2b5a277848f3bc10f5259042b (patch)
treedf727ce318a3a8f96dbd34e28ac6f2380992c80f /lib/chef/version.rb
parentbbd3d790f78e812ba48fef443d96799392e9e4c4 (diff)
downloadchef-a7148bb5ab0572d2b5a277848f3bc10f5259042b.tar.gz
Bump version to 12.21.26 by Expeditorv12.21.26
Diffstat (limited to 'lib/chef/version.rb')
-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 a744b8a092..0f2ec27eb4 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.21.25"
+ VERSION = "12.21.26"
end
#