Skip to content

Commit

Permalink
Version 2.0 beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mike31 committed Feb 6, 2019
1 parent 1172447 commit fb533dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ int mc_State::VersionInfo(int version)
return custom_version;
}

int this_build=20000201;
int this_protocol=20006;
int this_build=20000202;
int this_protocol=20007;

if(version < 0)
{
Expand Down

0 comments on commit fb533dc

Please sign in to comment.