Reverted change to use Version (now uses string again).

This commit is contained in:
nathan 2017-09-15 10:24:56 +02:00
parent 323a9e3879
commit 229e83bd4e
1 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,6 @@ import java.security.ProtectionDomain;
import dorkbox.util.FileUtil;
import dorkbox.util.OS;
import dorkbox.util.Version;
@SuppressWarnings("resource")
@ -141,8 +140,8 @@ class Build {
* Gets the version number.
*/
public static
Version getVersion() {
return new Version("3.2");
String getVersion() {
return "3.3";
}
public static