diff --git a/src/index.ts b/src/index.ts index 013a069..ae661c9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,4 +11,4 @@ export type * from './connection'; export type * from "./snapshot"; //@ts-expect-error this gets filled in -console.debug("bare mux version: " + self.BARE_MUX_VERSION); \ No newline at end of file +console.debug(`bare-mux: running v${self.BARE_MUX_VERSION}`); \ No newline at end of file