Updating version number.

This commit is contained in:
Stian Grenborgen 2023-05-20 11:52:27 +02:00
parent 0c9c7b0ec1
commit 10ca820998
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public final class FreeCol {
private static final Logger logger = Logger.getLogger(FreeCol.class.getName());
/** The FreeCol release version number. */
private static final String FREECOL_VERSION = "1.0.0+git";
private static final String FREECOL_VERSION = "1.1.0+git";
/** The FreeCol protocol version number. */
private static final String FREECOL_PROTOCOL_VERSION = "0.1.6";