dev version bump to 0.3.2
[fanfix.git] / src / jexer / TApplication.java
index 83dbd25e305e2a09eb43b1127f00323d7242e94f..b44664ee7d5926fd00dca5240115a9dcafb61738 100644 (file)
@@ -1483,7 +1483,7 @@ public class TApplication implements Runnable {
         String version = getClass().getPackage().getImplementationVersion();
         if (version == null) {
             // This is Java 9+, use a hardcoded string here.
-            version = "0.3.1";
+            version = "0.3.2";
         }
         messageBox(i18n.getString("aboutDialogTitle"),
             MessageFormat.format(i18n.getString("aboutDialogText"), version),