update version

This commit is contained in:
Nikhil Narayana 2022-05-08 22:37:32 -07:00
commit db20109cbe

View file

@ -19,9 +19,9 @@ namespace Common
#endif
#ifndef IS_PLAYBACK
#define SLIPPI_REV_STR "2.3.2"
#define SLIPPI_REV_STR "2.4.0"
#else
#define SLIPPI_REV_STR "2.3.2"
#define SLIPPI_REV_STR "2.4.0"
#endif
const std::string scm_slippi_semver_str = SLIPPI_REV_STR;