Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rumia-san committed Jul 10, 2023
1 parent bd206e6 commit 8939990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gframe/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const unsigned short PRO_VERSION = 0x1360;
// Rumia Semantic Versioning
constexpr int RUMIA_MAJOR_VERSION = 0;
constexpr int RUMIA_MINOR_VERSION = 3;
constexpr int RUMIA_PATCH_VERSION = 1;
constexpr int RUMIA_PATCH_VERSION = 2;

// These colors were taken from Bootstrap CSS
static const SColor SCOLOR_LIGHT_YELLOW = { 224,255,243,205 };
Expand Down

0 comments on commit 8939990

Please sign in to comment.