Skip to content

Commit 2e0cde2

Browse files
Bump version from 0.2.0 to 0.2.1
1 parent b7656b3 commit 2e0cde2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('Fossil Sys', 'c', 'cpp',
22
meson_version: '>=1.8.0',
33
license: 'MPL-2.0',
4-
version: '0.2.0',
4+
version: '0.2.1',
55
default_options: [
66
'c_std=c11,c18',
77
'cpp_std=c++20',
@@ -10,4 +10,4 @@ project('Fossil Sys', 'c', 'cpp',
1010
]
1111
)
1212

13-
subdir('code')
13+
subdir('code')

0 commit comments

Comments
 (0)