Update commit hash to 7f83d1b3

This commit is contained in:
chimp1984 2020-11-10 14:39:04 -05:00
parent 8bc78c852b
commit 2b807769d4
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3

View File

@ -29,7 +29,7 @@ import org.jetbrains.annotations.Nullable;
@Getter @Getter
public class RequestInfo { public class RequestInfo {
// Carries latest commit hash of feature changes (not latest commit as that is then the commit for editing that field) // Carries latest commit hash of feature changes (not latest commit as that is then the commit for editing that field)
public static final String COMMIT_HASH = "627888f0"; public static final String COMMIT_HASH = "7f83d1b3";
private final long requestStartTime; private final long requestStartTime;
@Setter @Setter