Skip to content

Commit bc6d514

Browse files
committed
release(netplay): v3.4.5
1 parent 647c25b commit bc6d514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Core/Common/Version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// if releasing both builds, use `release: {combined_version}` or `release: {netplay_version} | {playback_version}`
2828
// for releasing a single build, use `release(netplay): {netplay_version}` or `release(playback): {playback_version}`
2929
#ifndef IS_PLAYBACK
30-
#define SLIPPI_REV_STR "3.4.4" // netplay version
30+
#define SLIPPI_REV_STR "3.4.5" // netplay version
3131
#else
3232
#define SLIPPI_REV_STR "3.4.5" // playback version
3333
#endif

0 commit comments

Comments
 (0)