Move latest version to 0.9.0
diff --git a/_data/project.yml b/_data/project.yml
index 159c741..aa5b518 100644
--- a/_data/project.yml
+++ b/_data/project.yml
@@ -24,7 +24,7 @@
 description: Apache Tuweni is a set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages.
 
 download: /download
-latest_release: 0.8.2
+latest_release: 0.9.0
 
 dev_list: dev@tuweni.incubator.apache.org
 dev_list_subscribe: dev-subscribe@tuweni.incubator.apache.org
diff --git a/download.md b/download.md
index b141b1c..c964ed3 100644
--- a/download.md
+++ b/download.md
@@ -124,12 +124,12 @@
 <dependency>
   <groupId>org.apache.tuweni</groupId>
   <artifactId>tuweni-bytes</artifactId> <!-- swap with the component you want -->
-  <version>0.8.2</version>
+  <version>{{site.data.project.latest_release}}</version>
 </dependency>
 ```
 
 Gradle:
 
 ```groovy
-compile 'org.apache.tuweni:tuweni-bytes:0.8.2'
+compile 'org.apache.tuweni:tuweni-bytes:{{site.data.project.latest_release}}'
 ```
\ No newline at end of file