From 4941f441ee7ef3fba195c9ec0e8a4c91ac036761 Mon Sep 17 00:00:00 2001 From: Alex Karajos Date: Wed, 26 Nov 2025 18:31:27 +0200 Subject: [PATCH] Update API version in README example Signed-off-by: Alex Karajos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 530cd19..59f4058 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,6 @@ Sending a **GET** request to the application's [home page](http://localhost:8080 ```json { - "message": "Dotkernel API version 6" + "message": "Dotkernel API version 7" } ```