James Moger
2014-10-31 f163d0f1f9ffca9fa1c9a6d989198e198decdc04
src/main/java/com/gitblit/Constants.java
@@ -137,6 +137,8 @@
   public static final String DEVELOP = "develop";
   public static final String AUTHENTICATION_TYPE = "authentication-type";
   public static String getVersion() {
      String v = Constants.class.getPackage().getImplementationVersion();
      if (v == null) {