summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-07-01 01:50:48 +0000
committerChef Versioner <chef-versioner@chef.io>2016-07-01 01:50:48 +0000
commit741ac9dde480a934f2f4fc98ada2ffa7ad4f71c0 (patch)
tree0fd1ede70bb519e4b3859fadcb2d53ff6b02b290 /lib
parenta39ae423bbfc72f4b26c4ed2435c4b625e176e6e (diff)
downloadchef-741ac9dde480a934f2f4fc98ada2ffa7ad4f71c0.tar.gz
Bump version of chef to 12.12.12 by Chef Versioner.v12.12.12
Diffstat (limited to 'lib')
-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 e7642ecedd..7fb713638d 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.12.11"
+ VERSION = "12.12.12"
end
#