Joel Johnson
2015-06-22 a3e480e28aa25dbbe341b10cfeb3fb1cfa625d18
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) {