Skip to content

Commit

Permalink
Update Gnonograms.VERSION constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten committed Sep 1, 2020
1 parent 5daf4d9 commit 02843d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcore/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02843d6

Please sign in to comment.