diff options
author | William McKinnon <[email protected]> | 2023-07-06 23:17:38 -0400 |
---|---|---|
committer | William McKinnon <[email protected]> | 2023-07-06 23:18:00 -0400 |
commit | 7fe10260d97e6db25a7537e16605e04dddb6d40e (patch) | |
tree | 143b9fd48f85b3b459740fcf54b1670b05718d2d /meson.build | |
parent | 061dfaa2e7dcc823c1313d64ddd06000f0d7ab30 (diff) |
ver: bump to 0.3.2
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 3332128a..74637d84 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'sway', 'c', - version: '0.3.1', + version: '0.3.2', license: 'MIT', meson_version: '>=0.60.0', default_options: [ |