Skip to content

Commit

Permalink
chore: #95 Prepare relase updating version in README
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Jan 7, 2025
1 parent ca644f2 commit a61f980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a61f980

Please sign in to comment.