diff --git a/README.md b/README.md
index ff1f0edede5d3f04cee151f3747f45b305c65e0a..3dc8aa05349f06d446720ca2256bc0f1f871822e 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ To include Aparapi in your project of choice include the following Maven depende
 <dependency>
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi</artifactId>
-    <version>1.10.0</version>
+    <version>2.0.0</version>
 </dependency>
 ```