From dca7b65afe17af7f20c8275a025bed625b55f484 Mon Sep 17 00:00:00 2001 From: Deyvid Martinez Date: Thu, 29 Apr 2021 16:35:49 -0500 Subject: [PATCH] docs: the library version is modified to 0.1.8 The version of the library is modified from 0.0.0 to 0.1.8 in the example using Maven --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3ff87f..b4f9cf1f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-workflow-executions - 0.0.0 + 0.1.8 ```