From a31bd54d78347b7e6e29defc7f9cfc20fff54c5e Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Sat, 28 Oct 2023 10:50:31 +0100 Subject: [PATCH] feat: add version to libs --- src/lib/version.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/lib/version.ts diff --git a/src/lib/version.ts b/src/lib/version.ts new file mode 100644 index 0000000..c496356 --- /dev/null +++ b/src/lib/version.ts @@ -0,0 +1 @@ +export const version = "0.0.0-automated";