From 782e1ba2b66fea9ffa68f1dc4c9f16bca363f6cc Mon Sep 17 00:00:00 2001 From: Morisaki Mikiya Date: Tue, 14 Sep 2021 05:21:42 +0900 Subject: [PATCH] Modified version --- src/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.hpp b/src/config.hpp index acc58bc..fa26fff 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -22,7 +22,7 @@ namespace Config namespace About { static const Glib::ustring PROGRAM_NAME = "Multiple_Choice_Quiz"; - static const Glib::ustring VERSION = "1.0.0"; + static const Glib::ustring VERSION = "1.0.1"; static const Glib::ustring WEBSITE = "https://github.com/mikiya1130/Multiple_Choice_Quiz"; static const Glib::ustring WEBSITE_LABEL = "Multiple_Choice_Quiz"; static const Glib::ustring COPYRIGHT = "© 2021 Morisaki Mikiya";