diff --git a/meson.build b/meson.build index 62cf84fb71..66496216f3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('rizin', 'c', - version: 'v0.8.0', + version: 'v0.9.0', license: 'LGPL-3.0-only', meson_version: '>=0.57.0', default_options: [ diff --git a/snapcraft.yaml b/snapcraft.yaml index bc7effa0d7..055e9669b9 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: LGPL-3.0-only name: rizin -version: '0.8.0' +version: '0.9.0' base: core18 summary: Rizin reverse engineering framework and tool description: | @@ -58,7 +58,7 @@ apps: parts: rizin: source: https://github.com/rizinorg/rizin.git - source-tag: '0.8.0' + source-tag: '0.9.0' plugin: meson meson-parameters: [--prefix=/usr] override-build: |