Bump to 2.3.4
diff --git a/README.md b/README.md
index 77c3110..284cd7d 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,8 @@
 
 *2.x*
 
+- 2.3.4
+  - fixing edoc tag that broke some downstream packaging attempts
 - 2.3.3
   - fixing `bin_leak` arith errors
   - fixes to `recon_alloc:allocators/1` (incl. R16 compatibility)
diff --git a/src/recon.app.src b/src/recon.app.src
index 6f6cf6c..11a11bb 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.3.3"},
+  {vsn, "2.3.4"},
   {modules, [recon, recon_alloc, recon_lib, recon_trace]},
   {registered, []},
   {applications, [kernel, stdlib]},