From fce4244e9882918c4acec0f06b884f907571e354 Mon Sep 17 00:00:00 2001 From: dsotofor Date: Thu, 10 Jul 2025 11:05:23 +0200 Subject: [PATCH] version correct to chapter 7... --- submit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submit.sh b/submit.sh index a171e44..92d248a 100755 --- a/submit.sh +++ b/submit.sh @@ -1,5 +1,5 @@ #!/bin/bash git add . -git commit -m 'version correct to chapter 6 and chapter 7 in evaluation' +git commit -m 'version correct to chapter 7...' git push origin main -- 1.7.10.4