Bump version to 0.2.0

Implementation can do quite a lot now compared to when
I started so now feels like a good time for a version bump.
This commit is contained in:
King_DuckZ 2025-04-07 02:41:11 +01:00
parent d04b4d8274
commit b43d5ecb6a

View file

@ -1,5 +1,5 @@
project('ducktorrent', 'cpp',
version: '0.1.0',
version: '0.2.0',
meson_version: '>=0.63.0',
default_options: [
'buildtype=release',