From 694965d6ec3fab92f9f591d4dd46f4cfc862e3bb Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sat, 12 Apr 2025 19:35:47 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac8de77..15a32af 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The dependency is: codes.thischwa cloudflaredns - 0.1.0.beta-2 + 0.1.0-beta.1 ```