Skip to content

Commit

Permalink
Bump build version
Browse files Browse the repository at this point in the history
  • Loading branch information
khang06 committed Oct 6, 2023
1 parent 1a48978 commit 84cebd1
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 = 20231004.1;
constexpr double BUILD_VERSION = 20231006;

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

0 comments on commit 84cebd1

Please sign in to comment.