build(version): version bump v0.1.0 -> v0.2.0

This version brings proper support for external domains
This commit is contained in:
2026-03-20 12:59:57 -04:00
parent 83b20110d0
commit 9e7370a051

View File

@@ -1,4 +1,4 @@
project('stroid', 'cpp', meson_version : '>= 1.3.0', version : 'v0.1.0', default_options : ['cpp_std=c++23'])
project('stroid', 'cpp', meson_version : '>= 1.3.0', version : 'v0.2.0', default_options : ['cpp_std=c++23'])
subdir('build-check')