mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 07:32:02 +00:00
Forum-Auth-Fixes (#12728)
Changes a Status-Code and a Description of the Forum-Auth-System to better reflect what is actually happening. Co-authored-by: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
//The Version Number follows SemVer http://semver.org/
|
||||
version["major"] = 3 //Major Version Number --> Increment when implementing breaking changes
|
||||
version["minor"] = 0 //Minor Version Number --> Increment when adding features
|
||||
version["patch"] = 0 //Patchlevel --> Increment when fixing bugs
|
||||
version["patch"] = 1 //Patchlevel --> Increment when fixing bugs
|
||||
|
||||
versionstring = "[version["major"]].[version["minor"]].[version["patch"]]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user