Skip to content

Commit f2817d8

Browse files
authored
chore: microcks#175 Bump versions for release 0.3.2
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent e074dcc commit f2817d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
## Build Status
1313

14-
Latest released version is `0.3.1`.
14+
Latest released version is `0.3.2`.
1515

16-
Current development version is `0.3.2`.
16+
Current development version is `0.3.3`.
1717

1818
#### Sonarcloud Quality metrics
1919

@@ -49,7 +49,7 @@ To get involved with our community, please make sure you are familiar with the p
4949
### Include it into your project dependencies
5050

5151
```
52-
dotnet add package Microcks.Testcontainers --version 0.3.1
52+
dotnet add package Microcks.Testcontainers --version 0.3.2
5353
```
5454

5555
### Startup the container
@@ -58,7 +58,7 @@ You just have to specify the container image you'd like to use. This library req
5858

5959
```csharp
6060
MicrocksContainer container = new MicrocksBuilder()
61-
.WithImage("quay.io/microcks/microcks-uber:1.12.1")
61+
.WithImage("quay.io/microcks/microcks-uber:1.13.0")
6262
.Build();
6363
await container.StartAsync();
6464
```

0 commit comments

Comments
 (0)