Updating dev version to 9.1.z

This commit is contained in:
Joakim Erdfelt 2013-06-19 17:17:14 -07:00
parent 25a0639463
commit 8b252ecd9f
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.0.z-SNAPSHOT");
VERSION = System.getProperty("jetty.version", "9.1.z-SNAPSHOT");
}
private Jetty()