James Moger
2014-10-31 67ba8f57e15ddf8d8dece57a276e37a4b3ef7f01
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) {