From 8fac72d36659dc3c743f342ed8599258aa314f1a Mon Sep 17 00:00:00 2001 From: Lai-YT <381xvmvbib@gmail.com> Date: Thu, 24 Oct 2024 14:35:10 +0800 Subject: [PATCH] docs: bump version --- README.md | 2 +- src/messages.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adb6491..e957998 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Graph mode: Written by: Lai-YT -regexp version: 1.0.2 +regexp version: 1.0.3 ``` ### Example diff --git a/src/messages.h b/src/messages.h index 7ec9d20..e41a2cf 100644 --- a/src/messages.h +++ b/src/messages.h @@ -11,7 +11,7 @@ The full text of the license can be found in #define MESSAGES_H #define PROGRAM_NAME "regexp" -#define PROGRAM_VERSION "1.0.2" +#define PROGRAM_VERSION "1.0.3" #define PROGRAM_AUTHOR "Lai-YT" void help();