We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0126e commit de80fa5Copy full SHA for de80fa5
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'qbindiff',
3
'cython', 'c', 'cpp',
4
- version: '1.2.2',
+ version: '1.2.3',
5
license: 'Apache-2.0',
6
license_files: 'LICENSE',
7
meson_version: '>= 1.1.0',
src/qbindiff/version.py
@@ -17,4 +17,4 @@
17
Version of qbindiff
18
"""
19
20
-__version__ = "1.2.2"
+__version__ = "1.2.3"
0 commit comments