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