Skip to content

Commit 661dabd

Browse files
committed
release: bump version to 26.02.06
1 parent b174609 commit 661dabd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Additional features include a chaos engineering interceptor for fault injection
6161
<dependency>
6262
<groupId>org.fireflyframework</groupId>
6363
<artifactId>fireflyframework-client</artifactId>
64-
<version>26.02.05</version>
64+
<version>26.02.06</version>
6565
</dependency>
6666
```
6767

examples/complete-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.fireflyframework.example</groupId>
99
<artifactId>complete-example</artifactId>
10-
<version>26.02.05</version>
10+
<version>26.02.06</version>
1111
<packaging>jar</packaging>
1212

1313
<name>Firefly Framework - Common Client - Complete Example</name>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.fireflyframework</groupId>
3434
<artifactId>fireflyframework-client</artifactId>
35-
<version>26.02.05</version>
35+
<version>26.02.06</version>
3636
</dependency>
3737

3838
<!-- Spring Boot Starters -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>org.fireflyframework</groupId>
99
<artifactId>fireflyframework-parent</artifactId>
10-
<version>26.02.05</version>
10+
<version>26.02.06</version>
1111
</parent>
1212

1313
<artifactId>fireflyframework-client</artifactId>
14-
<version>26.02.05</version>
14+
<version>26.02.06</version>
1515
<packaging>jar</packaging>
1616

1717
<name>Firefly Framework - Common Client Library</name>

0 commit comments

Comments
 (0)