Skip to content

Commit cc38e62

Browse files
committed
Changes to the version logic
1 parent a3caccd commit cc38e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/modules/soul_core/soul_core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
//==============================================================================
8181
namespace soul
8282
{
83-
static inline constexpr Version getLibraryVersion() { return { 0, 8, 0 }; }
83+
static inline constexpr Version getLibraryVersion() { return { 0, 9, 0 }; }
8484
static inline constexpr int64_t getHEARTFormatVersion() { return 1; }
8585
static inline constexpr const char* getHEARTFormatVersionPrefix() { return "SOUL"; }
8686

0 commit comments

Comments
 (0)