Skip to content

Commit bd29aa5

Browse files
committed
docs: bump version references to 26.02.07 in README
1 parent 3126118 commit bd29aa5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ The webhooks library is a multi-module project. Include the modules you need:
6464
<dependency>
6565
<groupId>org.fireflyframework</groupId>
6666
<artifactId>fireflyframework-webhooks-core</artifactId>
67-
<version>26.02.06</version>
67+
<version>26.02.07</version>
6868
</dependency>
6969

7070
<!-- Webhook processor for consumers -->
7171
<dependency>
7272
<groupId>org.fireflyframework</groupId>
7373
<artifactId>fireflyframework-webhooks-processor</artifactId>
74-
<version>26.02.06</version>
74+
<version>26.02.07</version>
7575
</dependency>
7676

7777
<!-- SDK for client integration -->
7878
<dependency>
7979
<groupId>org.fireflyframework</groupId>
8080
<artifactId>fireflyframework-webhooks-sdk</artifactId>
81-
<version>26.02.06</version>
81+
<version>26.02.07</version>
8282
</dependency>
8383
```
8484

0 commit comments

Comments
 (0)