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