Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
khang06 committed Oct 6, 2023
1 parent 4f68030 commit e22f1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PianoFromAbove/PianoFromAbove.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "Misc.h"

// Yes, I know you shouldn't store build numbers as doubles
constexpr double BUILD_VERSION = 20231006;
constexpr double BUILD_VERSION = 20231006.1;

INT WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, INT nCmdShow );
DWORD WINAPI GameThread( LPVOID lpParameter );
Expand Down

0 comments on commit e22f1d2

Please sign in to comment.