dev version bump
[fanfix.git] / src / jexer / TApplication.java
index 9d27c10f5420052103cee046baae697ca8c2bd6e..22a2479df9ed7294118c9beb52c50dd26841812f 100644 (file)
@@ -1679,7 +1679,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.2";
+            version = "1.0.0";
         }
         messageBox(i18n.getString("aboutDialogTitle"),
             MessageFormat.format(i18n.getString("aboutDialogText"), version),