Update version format in README dependency example

Corrected the version format to match standard semantic versioning. This ensures consistency and avoids potential confusion for users copying the dependency snippet.
This commit is contained in:
2025-04-12 19:35:47 +02:00
parent c4e5a3e6e5
commit 694965d6ec
+1 -1
View File
@@ -49,7 +49,7 @@ The dependency is:
<dependency>
<groupId>codes.thischwa</groupId>
<artifactId>cloudflaredns</artifactId>
<version>0.1.0.beta-2</version>
<version>0.1.0-beta.1</version>
</dependency>
```