feat(server): start using semver for launcher

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2025-04-08 04:17:10 -07:00
parent 734db2bedc
commit b579cae5c2
6 changed files with 35 additions and 30 deletions

View File

@ -59,6 +59,8 @@ class Config {
int VERSION_MAJOR;
/// The minor version number.
int VERSION_MINOR;
/// The patch version number.
int VERSION_PATCH;
/**
* The version channel