mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 05:50:01 -04:00
dedup by commit hash too
This commit is contained in:
parent
a7f563bd6c
commit
6f085c51cc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import epoxyInit, { EpoxyClient, EpoxyClientOptions, info as epoxyInfo } from "@
|
|||
import { settings } from "./store";
|
||||
import { WebSocketStream } from "./loggingws";
|
||||
|
||||
export let epoxyVersion = epoxyInfo.version;
|
||||
export let epoxyVersion = epoxyInfo.version + epoxyInfo.commit + epoxyInfo.release;
|
||||
|
||||
const EPOXY_PATH = "/epoxy/epoxy.wasm";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue