From 8cc748db2b82fcfc2ffab3dc592282fb510ab92e Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Mon, 7 Mar 2022 18:02:21 -0600 Subject: [PATCH] Add a constant version for use in the server info --- server/src/constants.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 server/src/constants.ts diff --git a/server/src/constants.ts b/server/src/constants.ts new file mode 100644 index 0000000..f42b1a6 --- /dev/null +++ b/server/src/constants.ts @@ -0,0 +1,2 @@ +/** The server's current version */ +export const VERSION = "0.1"; \ No newline at end of file