summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-12-16 01:01:37 -0800
committerSerdar Sutay <serdar@opscode.com>2014-12-16 01:01:37 -0800
commit8403706ecadb207b8c97ad4908d114fc2978de45 (patch)
tree5a6e93483eb602c76b7f60c699204d77cba2e199
parentc2f2d62be237c4ca1fa6955f42061f4a5c449e05 (diff)
downloadchef-12.0.3.tar.gz
Bump version for 12.0.3 release.12.0.3
-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 8ef32a6de3..b61a044907 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 = '12.0.2'
+ VERSION = '12.0.3'
end
#