James Moger
2015-02-11 38dbe7600e39731cc603e8adb211b81bd2fee2c0
src/main/java/com/gitblit/Constants.java
@@ -130,6 +130,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) {