Skip to content

Commit 425a360

Browse files
committed
chore: #12 Preparing v0.2.0 release
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent 69c5255 commit 425a360

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Go library for Testcontainers that enables embedding Microcks into your Go unit
1212

1313
## Build Status
1414

15-
Latest released version is `v0.1.0`.
15+
Latest released version is `v0.2.0`.
1616

17-
Current development version is `v0.2.0`.
17+
Current development version is `v0.2.1`.
1818

1919
#### Fossa license and security scans
2020

@@ -48,7 +48,7 @@ go get microcks.io/testcontainers-go@latest
4848
To get a specific version, use go1.22+ and fetch the desired version using the `go get` command. For example:
4949

5050
```
51-
go get microcks.io/testcontainers-go@v0.1.0
51+
go get microcks.io/testcontainers-go@v0.2.0
5252
```
5353

5454
### Startup the container

0 commit comments

Comments
 (0)