From a2f8a0c66ed49af18ee33683aaf4abfddb32619f Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 3 Date: Mon, 19 Apr 2021 20:56:23 +0200 Subject: [PATCH] Adjust version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 09613bb..5adc690 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cagebreak', 'c', - version: '1.6.1', + version: '1.7.0', license: 'MIT', default_options: [ 'c_std=c11',