summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-08-15 10:01:12 -0700
committerSerdar Sutay <serdar@opscode.com>2014-08-15 10:01:12 -0700
commit9f89e3c5ff2772d1e6d53db9b6c957a1e1d48730 (patch)
tree97e35f1d4c0e4a50c5648c376727666672bce572
parent841407993087d15331052d7e6ea07286b10fb030 (diff)
downloadchef-9f89e3c5ff2772d1e6d53db9b6c957a1e1d48730.tar.gz
Bump version number for release.11.14.4
-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 b8e6b8f05e..ae29478b64 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '11.14.2'
+ VERSION = '11.14.4'
end
# NOTE: the Chef::Version class is defined in version_class.rb