Skip to content

Commit

Permalink
dedup by commit hash too
Browse files Browse the repository at this point in the history
  • Loading branch information
r58Playz committed Feb 1, 2025
1 parent a7f563b commit 6f085c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-showcase/src/epoxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 6f085c5

Please sign in to comment.