increment Version

This commit is contained in:
Greg Wilkins 2014-05-05 19:09:19 +02:00
parent a9134a9b94
commit 894fb6bfc0
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class Jetty
pkg.getImplementationVersion() != null)
VERSION = pkg.getImplementationVersion();
else
VERSION = System.getProperty("jetty.version", "9.1.z-SNAPSHOT");
VERSION = System.getProperty("jetty.version", "9.2.z-SNAPSHOT");
}
private Jetty()