summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-10-22 22:11:47 +0300
committerVika <vika@fireburn.ru>2024-10-22 22:11:47 +0300
commitfa13289c14e4f80de32189a75abf1eaf66ef6139 (patch)
tree7c40a350163fee3d062b8a9881751c9cff4600ea /meson.build
parentf2f7b6ffec7bf657966353c850d25c6ab218ff7c (diff)
downloadbowl-1.0.1.tar.zst
Bump version to 1.0.1 HEAD v1.0.1 main
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 38bc9d4..cc832f5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
     'bowl',
     'rust',
-    version: '0.1.0',
+    version: '1.0.1',
     meson_version: '>= 1.1',
     license: 'AGPLv3',
 )