summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-24 08:25:37 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-24 08:25:37 +0000
commitf06f65889cae8c56f22957fa0cd7d8387a4738eb (patch)
treefc84ee9aecb2608a3fd0b4e922c91fcd5f5383ed /lib/chef/version.rb
parentce30c4c1e008de6b9b385ebbe9bd4ab5331cb8cf (diff)
downloadchef-f06f65889cae8c56f22957fa0cd7d8387a4738eb.tar.gz
Bump version of chef to 12.18.49 by Chef Versioner.v12.18.49
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 8d2f397214..f1cad39a38 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.18.48"
+ VERSION = "12.18.49"
end
#