From e9d68169758e394b3466a679dd1c8f3cf4e0c3e3 Mon Sep 17 00:00:00 2001 From: Miklas Boskamp Date: Mon, 25 May 2020 14:01:14 +0200 Subject: [PATCH] chore(release): add 7.13 tag to README Related to CAM-11854 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e99138db..7c464e22f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Camunda BPM examples is a collection of focused usage examples for the [camunda | Camunda Version | Link | Checkout command | | -----------------|----------------------------------------------------------------------|-----------------------| | Latest | [Master branch](https://github.com/camunda/camunda-bpm-examples) | `git checkout master` | +| 7.13 | [7.13 tag](https://github.com/camunda/camunda-bpm-examples/tree/7.13)| `git checkout 7.13` | | 7.12 | [7.12 tag](https://github.com/camunda/camunda-bpm-examples/tree/7.12)| `git checkout 7.12` | | 7.11 | [7.11 tag](https://github.com/camunda/camunda-bpm-examples/tree/7.11)| `git checkout 7.11` | | 7.10 | [7.10 tag](https://github.com/camunda/camunda-bpm-examples/tree/7.10)| `git checkout 7.10` |