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?