summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-04-21 15:18:14 +0100
committerThom May <thom@chef.io>2015-04-21 15:18:14 +0100
commitf6d43dba7924fa053e46db67deaf43d12a45c8a9 (patch)
treea72ca80abb8b2668f96d67eb5971d6cd86bf89d1
parentefa4f672831e2b9cc8715d11493a2d1e04846c0a (diff)
downloadchef-12.3.0.rc.0.tar.gz
12.3.0 rc 012.3.0.rc.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/chef/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c056acb93..e6084774bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Unreleased
+## 12.3.0
* [pr#3160](https://github.com/chef/chef/pull/3160): Use Chef Zero in
socketless mode for local mode, add `--no-listen` flag to disable port
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 3fa3939a62..609fa5daf4 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.dev.0'
+ VERSION = '12.3.0.rc.0'
end
#