Add a constant version for use in the server info

This commit is contained in:
Oliver Akins 2022-03-07 18:02:21 -06:00
parent 6c8e323d35
commit 8cc748db2b
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

2
server/src/constants.ts Normal file
View file

@ -0,0 +1,2 @@
/** The server's current version */
export const VERSION = "0.1";