summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-17 18:00:01 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-17 18:00:01 +0000
commit9647c009412bd61b60fc842d61b4a58ab033f274 (patch)
treea223314057f193b00cba21f98a477532a987c428 /lib
parent5d25c9fdd7830582bd61119890c7961b93600386 (diff)
downloadchef-9647c009412bd61b60fc842d61b4a58ab033f274.tar.gz
Bump version of chef to 12.14.8 by Chef Versioner.v12.14.8
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 88b4384ecb..c55cd9a794 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.14.7"
+ VERSION = "12.14.8"
end
#