diff options
author | Thom May <thom@chef.io> | 2015-04-27 18:53:02 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2015-04-27 19:56:01 +0100 |
commit | cb8eb5997211bf031cfec7139a505d5a48de8baa (patch) | |
tree | 2fd61e68d679992f655fc3ed015a4ab1d72a739c | |
parent | f0d48e98e3f14a4a41c97021edc731a9b491618d (diff) | |
download | chef-12.3-stable.tar.gz |
Release 12.3.012.3.0praj/12.3.012.3-stable
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 609fa5daf4..c2f287c988 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.3.0.rc.0' + VERSION = '12.3.0' end # |