diff options
author | Phil Jones <philj56@gmail.com> | 2022-12-01 23:45:00 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-12-01 23:45:00 +0000 |
commit | 42940e6e117deb923529927f5c009652aa324691 (patch) | |
tree | 5403452f78720165aaa7e60889164cb460f5c8c7 | |
parent | 99ad6f8a65bd0893df423762c9b4456825770132 (diff) |
Version 0.8.1.
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 97fbafc..910075b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'tofi', 'c', - version: '0.8.0', + version: '0.8.1', license: 'MIT', meson_version: '>=0.61.0', default_options: [ |