This is an automated email from the ASF dual-hosted git repository. zkaoudi pushed a commit to branch zkaoudi-patch-4 in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 237e373cbe25c4109c0babd7f4c54a10dd654a2b Author: Zoi Kaoudi <[email protected]> AuthorDate: Fri Nov 10 10:45:15 2023 +0100 Update README.md updated snapshot version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6461a7c4..c8b32e1e 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ You first have to build the binaries as shown [here](guides/tutorial.md). Once you have the binaries built, follow these steps to install Wayang: ```shell -tar -xvf wayang-0.6.1-snapshot.tar.gz -cd wayang-0.6.1-SNAPSHOT +tar -xvf wayang-0.7.1-snapshot.tar.gz +cd wayang-0.7.1-SNAPSHOT ``` In linux @@ -100,7 +100,7 @@ Wayang is available via Maven Central. To use it with Maven, include the followi <dependency> <groupId>org.apache.wayang</groupId> <artifactId>wayang-***</artifactId> - <version>0.6.0</version> + <version>0.7.1</version> </dependency> ``` Note the `***`: Wayang ships with multiple modules that can be included in your app, depending on how you want to use it:
