diff --git a/source/modules/soul_core/soul_core.h b/source/modules/soul_core/soul_core.h index 58e5b864..4a26613a 100644 --- a/source/modules/soul_core/soul_core.h +++ b/source/modules/soul_core/soul_core.h @@ -80,7 +80,7 @@ //============================================================================== namespace soul { - static inline constexpr Version getLibraryVersion() { return { 0, 8, 0 }; } + static inline constexpr Version getLibraryVersion() { return { 0, 9, 0 }; } static inline constexpr int64_t getHEARTFormatVersion() { return 1; } static inline constexpr const char* getHEARTFormatVersionPrefix() { return "SOUL"; }