James Moger
2013-12-09 5e3521f8496511db4df45f011ea72f25623ad90f
src/main/java/com/gitblit/Constants.java
@@ -113,6 +113,12 @@
   public static final String R_TAGS = "refs/tags/";
   public static final String R_REMOTES = "refs/remotes/";
   public static final String R_FOR = "refs/for/";
   public static final String R_TICKET = "refs/heads/ticket/";
   public static final String R_TICKETS_PATCHSETS = "refs/tickets/";
   public static String getVersion() {
      String v = Constants.class.getPackage().getImplementationVersion();