mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Update commit hash to 764d0fa4
This commit is contained in:
parent
764d0fa47a
commit
3d24a204e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue