diff options
author | Erik Reider <[email protected]> | 2023-03-11 04:51:11 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-10 22:51:11 -0500 |
commit | 695000b34479340442d8f984440f8ab7ece8eacd (patch) | |
tree | 7af30567c4da92712aa937f34564755a6be25cca /meson.build | |
parent | 4222b98a390f6c377be77b4152e229a89b5276b2 (diff) |
ver: bump to 0.2 (#87)
Co-authored-by: Erik Reider <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index a90f9ba1..18d25f19 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'sway', 'c', - version: '0.1.1', + version: '0.2', license: 'MIT', meson_version: '>=0.60.0', default_options: [ |