From 02843d6ea66c0780ade1e5347edeee4f102644f0 Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Tue, 1 Sep 2020 16:17:18 +0100 Subject: [PATCH] Update Gnonograms.VERSION constant --- libcore/Constants.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcore/Constants.vala b/libcore/Constants.vala index 34edf9b..cac8841 100644 --- a/libcore/Constants.vala +++ b/libcore/Constants.vala @@ -20,7 +20,7 @@ */ namespace Gnonograms { - public const string VERSION = "1.4.3"; + public const string VERSION = "1.4.4"; public const Cell NULL_CELL = { uint.MAX, uint.MAX, CellState.UNDEFINED }; public const uint MAXSIZE = 50; // max number rows or columns public const uint MINSIZE = 5; // Change to 1 when debugging