Update COMMIT_HASH to 04440f95 (after merged master)

This commit is contained in:
chimp1984 2020-11-04 11:00:02 -05:00
parent 850f73aad5
commit 4d17e986a2
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 = "d789282b";
public static final String COMMIT_HASH = "04440f95";
private final long requestStartTime;
@Setter