Browse Source

Updated the static JGit version string

tags/v1.2.0
James Moger 11 years ago
parent
commit
0d531b187e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/gitblit/Constants.java

+ 1
- 1
src/com/gitblit/Constants.java View File

@@ -38,7 +38,7 @@ public class Constants {
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
public static final String JGIT_VERSION = "JGit 2.0.0 (201206130900-r)";
public static final String JGIT_VERSION = "JGit 2.1.0 (201209190230-r)";
public static final String ADMIN_ROLE = "#admin";

Loading…
Cancel
Save