diff --git a/mp/src/game/shared/momentum/mom_shareddefs.h b/mp/src/game/shared/momentum/mom_shareddefs.h index ca5839567f..adba113a6f 100644 --- a/mp/src/game/shared/momentum/mom_shareddefs.h +++ b/mp/src/game/shared/momentum/mom_shareddefs.h @@ -24,6 +24,6 @@ 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 // If you have any doubts, please refer to http://semver.org/ -#define MOM_CURRENT_VERSION "0.1.0" +#define MOM_CURRENT_VERSION "0.2.0" #endif // MOM_SHAREDDEFS_H \ No newline at end of file diff --git a/version.txt b/version.txt index 6c6aa7cb09..341cf11faf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file