X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fmain%2FVersion.java;h=adc8b86f59d317af2fafce9cf48248466eb25877;hp=be38f6d8c141caff49a99dc9cdc6ba956082aba5;hb=1805e029eed73fabe1fb694d9608a68a98191353;hpb=62d8078eff84dd476c3cf7c6b95b47d1438a1360 diff --git a/src/net/pterodactylus/jsite/main/Version.java b/src/net/pterodactylus/jsite/main/Version.java index be38f6d..adc8b86 100644 --- a/src/net/pterodactylus/jsite/main/Version.java +++ b/src/net/pterodactylus/jsite/main/Version.java @@ -27,7 +27,7 @@ package net.pterodactylus.jsite.main; public class Version implements Comparable { /** The version of the application. */ - private static final Version VERSION = new Version(0, 9, 0); + private static final Version VERSION = new Version(0, 99, 0); /** The major level of the version. */ private final int major;