From a61f980dadd47e1f052e1b2ad99ac130ec939f08 Mon Sep 17 00:00:00 2001 From: Laurent Broudoux Date: Tue, 7 Jan 2025 12:18:13 +0100 Subject: [PATCH] chore: #95 Prepare relase updating version in README Signed-off-by: Laurent Broudoux --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d2354a..b7a6776 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Want to see this extension in action? Check out our [sample application](https:/ ## Build Status -Latest released version is `v0.2.1`. +Latest released version is `v0.3.0`. -Current development version is `v0.3.0`. +Current development version is `v0.3.1`. #### Fossa license and security scans @@ -41,7 +41,7 @@ To get involved with our community, please make sure you are familiar with the p ### Include it into your project dependencies -To get the latest version, use go1.21+ and fetch using the `go get` command. For example: +To get the latest version, use go1.22+ and fetch using the `go get` command. For example: ``` go get microcks.io/testcontainers-go@latest @@ -50,7 +50,7 @@ go get microcks.io/testcontainers-go@latest To get a specific version, use go1.22+ and fetch the desired version using the `go get` command. For example: ``` -go get microcks.io/testcontainers-go@v0.2.1 +go get microcks.io/testcontainers-go@v0.3.0 ``` ### Startup the container