Bumping to 2.3.0
diff --git a/README.md b/README.md
index c2a6b72..8c7ffc2 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@
 
 *2.x*
 
-- 2.3.0 (current master)
+- 2.3.0
   - Doc made clearer around semantics of `recon:proc_count` and
     `recon:proc_window`.
   - Fix doc typos
diff --git a/src/recon.app.src b/src/recon.app.src
index e9553c2..4d16a18 100644
--- a/src/recon.app.src
+++ b/src/recon.app.src
@@ -1,6 +1,6 @@
 {application, recon,
  [{description, "Diagnostic tools for production use"},
-  {vsn, "2.2.2"},
+  {vsn, "2.3.0"},
   {modules, [recon, recon_alloc, recon_lib, recon_trace]},
   {registered, []},
   {applications, [kernel, stdlib]}]}.