tagged 0.2.0 release
This commit is contained in:
parent
d32e584839
commit
da9b26fa1e
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace Common {
|
||||
|
||||
constexpr char VERSION[] = "0.1.1 WIP";
|
||||
constexpr bool isRelease = false;
|
||||
constexpr char VERSION[] = "0.2.0";
|
||||
constexpr bool isRelease = true;
|
||||
|
||||
} // namespace Common
|
||||
|
|
Loading…
Reference in New Issue