Update commit hash to 764d0fa4

This commit is contained in:
chimp1984 2020-10-31 13:30:07 -05:00
parent 764d0fa47a
commit 3d24a204e4
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
public class RequestInfo {
// 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 = "b0f8b968";
public static final String COMMIT_HASH = "764d0fa4";
private final long requestStartTime;
@Setter