Bump version
This commit is contained in:
parent
03c533d784
commit
eeb2882eed
4 changed files with 4 additions and 4 deletions
|
|
@ -57,7 +57,7 @@
|
|||
# include <emscripten/emscripten.h>
|
||||
#endif
|
||||
|
||||
const std::string CARDINAL_VERSION = "22.08";
|
||||
const std::string CARDINAL_VERSION = "22.09";
|
||||
|
||||
namespace rack {
|
||||
|
||||
|
|
|
|||
|
|
@ -712,7 +712,7 @@ protected:
|
|||
|
||||
uint32_t getVersion() const override
|
||||
{
|
||||
return d_version(0, 22, 8);
|
||||
return d_version(0, 22, 9);
|
||||
}
|
||||
|
||||
int64_t getUniqueId() const override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue