From f720a4596285339dbff6c560cf2eaf5461e7a24f Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 5 Sep 2018 03:47:33 +0200 Subject: [PATCH] docs(repo): preparing for release v1.10.0. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3486219..e8fd415f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ To include Aparapi in your project of choice include the following Maven depende <dependency> <groupId>com.aparapi</groupId> <artifactId>aparapi</artifactId> - <version>1.9.0</version> + <version>1.10.0</version> </dependency> ``` -- GitLab