Print correct version in logs

This commit is contained in:
Johannes Marbach
2023-03-13 20:49:05 +01:00
parent 9953659847
commit 36d44b64ae
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ Nothing at the moment
- feat: Update lv_drivers to git master (2023-03-11)
- feat: Update lvgl to v8.3 (2023-03-08)
- feat!: Deprecate -c CLI option and add support for reading from /etc/unl0kr.conf.d/
- fix: Print correct version in logs
## 0.3.0 (2022-11-13)

View File

@@ -19,7 +19,7 @@
project(
'unl0kr',
'c',
version: '0.1.0',
version: '0.3.1',
default_options: 'warning_level=3',
meson_version: '>=0.53.0'
)