summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Stoeckl <code@mstoeckl.com>2019-06-21 15:55:16 -0400
committerManuel Stoeckl <code@mstoeckl.com>2019-06-21 15:55:16 -0400
commit023f6ebd08cd247e36dea1ed863cf887f9706781 (patch)
tree48312a0276d5545ff520850ba3fa232e859072ec
parenta140b94f64f50ace25988d65302366be30d6f866 (diff)
Bump versionv0.2.0
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5f93116..7cf71db 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@ project(
'warning_level=3',
'werror=true',
],
- version: '0.1.0',
+ version: '0.2.0',
)
cc = meson.get_compiler('c')