From 1805e029eed73fabe1fb694d9608a68a98191353 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 16 Jun 2008 01:22:15 +0200 Subject: [PATCH] increase version number to 0.99.0 --- src/net/pterodactylus/jsite/main/Version.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4