summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-07-14 18:26:28 +0000
committerChef Versioner <chef-versioner@chef.io>2016-07-14 18:26:28 +0000
commitc2a2397bb45e207285ece78557e5eb7c63b1b133 (patch)
tree0dfccb21af95e531e4389cf2494021d987c3cb4c /lib
parent72615dbfda7127009a1c49989eb7296305057b12 (diff)
downloadchef-c2a2397bb45e207285ece78557e5eb7c63b1b133.tar.gz
Bump version of chef to 12.13.3 by Chef Versioner.v12.13.3
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 dd83f08895..82efffdaa5 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.13.2"
+ VERSION = "12.13.3"
end
#