Release 0.13.1.

This commit is contained in:
Bartosz Taudul
2025-12-11 23:46:02 +01:00
parent 16bac5f807
commit 05cceee0df
4 changed files with 21 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 13 };
enum { Patch = 0 };
enum { Patch = 1 };
}
}