diff options
Diffstat (limited to 'src/version.hpp')
-rw-r--r-- | src/version.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.hpp b/src/version.hpp index 3e8675e..dc2c635 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -1,3 +1,3 @@ #pragma once -constexpr char const * VERSION = "v0.1.0"; +constexpr char const * VERSION = "v0.2.0"; |