Skip to content

Commit fd657fb

Browse files
committed
Bump version to v0.7.3
1 parent 06c992d commit fd657fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('rizin', 'c',
2-
version: 'v0.7.2',
2+
version: 'v0.7.3',
33
license: 'LGPL3',
44
meson_version: '>=0.55.0',
55
default_options: [

snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: LGPL-3.0-only
33

44
name: rizin
5-
version: '0.7.1'
5+
version: '0.7.3'
66
base: core18
77
summary: Rizin reverse engineering framework and tool
88
description: |
@@ -58,7 +58,7 @@ apps:
5858
parts:
5959
rizin:
6060
source: https://github.com/rizinorg/rizin.git
61-
source-tag: '0.7.1'
61+
source-tag: '0.7.3'
6262
plugin: meson
6363
meson-parameters: [--prefix=/usr]
6464
override-build: |

0 commit comments

Comments
 (0)