Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberMor committed May 16, 2023
1 parent 5d059e3 commit 6b12d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include "network.hpp"

constexpr Version kCurrentVersion = MakeVersion(1, 1, 0);
constexpr Version kCurrentVersion = MakeVersion(1, 1, 2);

constexpr ubyte_t kPacketKeyDown = 244;
constexpr ubyte_t kPacketKeyUp = 245;
Expand Down
2 changes: 1 addition & 1 deletion server/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "pawn.hpp"
#include "network.hpp"

constexpr Version kCurrentVersion = MakeVersion(1, 1, 1);
constexpr Version kCurrentVersion = MakeVersion(1, 1, 2);

constexpr ubyte_t kPacketKeyDown = 244;
constexpr ubyte_t kPacketKeyUp = 245;
Expand Down

0 comments on commit 6b12d09

Please sign in to comment.