From 8eb186507aaec042de88937b6967b0658029b712 Mon Sep 17 00:00:00 2001
From: Justin Ehrenhofer <justin@ehrenhofer.org>
Date: Sat, 2 Feb 2019 16:00:27 +0100
Subject: [PATCH] 0.13 -> 0.14

---
 _posts/2019-02-01-pruning.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/2019-02-01-pruning.md b/_posts/2019-02-01-pruning.md
index 49881a54..0f897dcd 100644
--- a/_posts/2019-02-01-pruning.md
+++ b/_posts/2019-02-01-pruning.md
@@ -6,7 +6,7 @@ tags: [dev, core, crypto]
 author: [Justin Ehrenhofer](https://twitter.com/JEhrenhofer)
 ---
 
-To facilitate scalability, Monero recently added blockchain pruning to its daemon software. This feature allows users to optionally "prune" about 2/3 of the blockchain data, while still contributing to the network. There are several other efficiency upgrades in the upcoming 0.13 release.
+To facilitate scalability, Monero recently added blockchain pruning to its daemon software. This feature allows users to optionally "prune" about 2/3 of the blockchain data, while still contributing to the network. There are several other efficiency upgrades in the upcoming 0.14 release.
 
 ### What is Pruning?