From f40dfdd8812131cfebef014ec296fec965c27581 Mon Sep 17 00:00:00 2001 From: Jan Pohanka Date: Sun, 24 May 2020 17:43:54 +0200 Subject: [PATCH] bump version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index c795585..49add95 100644 --- a/src/version.h +++ b/src/version.h @@ -30,7 +30,7 @@ namespace LuminosusVersionInfo { /** * @brief VERSION_STRING is the version number of this software */ - static const QString VERSION_STRING = "1.3.0"; + static const QString VERSION_STRING = "1.3.1"; } #endif // VERSION_H