From 7225e9b753d0edc4320790b5b3850c0c318dde1a Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Sat, 24 Feb 2024 12:09:08 +0800 Subject: [PATCH] Bump version to v0.8.0 --- meson.build | 2 +- snapcraft.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index c9f7c75b9da..1208cf15ef2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('rizin', 'c', - version: 'v0.7.0', + version: 'v0.8.0', license: 'LGPL3', meson_version: '>=0.55.0', default_options: [ diff --git a/snapcraft.yaml b/snapcraft.yaml index 56cdb561b83..bc7effa0d71 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: LGPL-3.0-only name: rizin -version: '0.7.0' +version: '0.8.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.5.0' + source-tag: '0.8.0' plugin: meson meson-parameters: [--prefix=/usr] override-build: |