James Moger
2014-10-20 161e052d2afc61b19ea5654f7a72fbd19d921e6d
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) {