summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-04-27 18:53:02 +0100
committerThom May <thom@chef.io>2015-04-27 19:56:01 +0100
commitcb8eb5997211bf031cfec7139a505d5a48de8baa (patch)
tree2fd61e68d679992f655fc3ed015a4ab1d72a739c
parentf0d48e98e3f14a4a41c97021edc731a9b491618d (diff)
downloadchef-12.3.0.tar.gz
-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 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
#