diff --git a/mp/src/game/shared/momentum/mom_shareddefs.h b/mp/src/game/shared/momentum/mom_shareddefs.h index c21fe6cd07..ca5839567f 100644 --- a/mp/src/game/shared/momentum/mom_shareddefs.h +++ b/mp/src/game/shared/momentum/mom_shareddefs.h @@ -23,6 +23,7 @@ typedef enum MOMGM // Main Version (0 is alpha, 1 is beta, 2 is release)​.Main feature push (increment by one for each)​.​Small commits or hotfixes​ // When editing this, remember to also edit version.txt on the main dir of the repo -#define MOM_CURRENT_VERSION "0.0.1" +// If you have any doubts, please refer to http://semver.org/ +#define MOM_CURRENT_VERSION "0.1.0" #endif // MOM_SHAREDDEFS_H \ No newline at end of file diff --git a/version.txt b/version.txt index 8a9ecc2ea9..6c6aa7cb09 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.1 \ No newline at end of file +0.1.0 \ No newline at end of file