Bump version 0.0.5 => 0.0.6

This commit is contained in:
Martchus 2018-11-01 04:54:24 +00:00
parent aa92cab4e5
commit 40b85b411e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ set(META_APP_CATEGORIES "Utility;")
set(META_GUI_OPTIONAL false)
set(META_VERSION_MAJOR 0)
set(META_VERSION_MINOR 0)
set(META_VERSION_PATCH 5)
set(META_VERSION_PATCH 6)
set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH})
set(META_CXX_STANDARD 17)