From 20c1f6eb72365239682132623af70de4e6295640 Mon Sep 17 00:00:00 2001 From: Zsombor Szabo-Antalovszky <zsombors@stud.ntnu.no> Date: Tue, 29 Apr 2025 16:33:43 +0200 Subject: [PATCH] Updated version number. Mistake corrected --- noshx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noshx.cpp b/noshx.cpp index 7923498..09ae759 100644 --- a/noshx.cpp +++ b/noshx.cpp @@ -52,7 +52,7 @@ #include <curl/curl.h> #include "snatch.h" -const char VERSION[] = "0.2.1"; ///< Change version number here for the entire code +const char VERSION[] = "0.3"; ///< Change version number here for the entire code #define STRLEN 100 ///< Max string length #define WIDTH 10 ///< Width between columns -- GitLab