From dfe41cc333b2d0815100ace155065c7f56414669 Mon Sep 17 00:00:00 2001 From: Lochie Axon Date: Tue, 6 Feb 2024 00:08:17 +1100 Subject: [PATCH] missing syntax --- packages/connectkit/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/connectkit/src/index.ts b/packages/connectkit/src/index.ts index 9168023f..ab0b4985 100644 --- a/packages/connectkit/src/index.ts +++ b/packages/connectkit/src/index.ts @@ -1,4 +1,4 @@ -export const CONNECTKIT_VERSION = '1.7.1; +export const CONNECTKIT_VERSION = '1.7.1'; export * as Types from './types'; export { default as getDefaultConfig } from './defaultConfig';