From: Daniel Wagner Date: Fri, 28 Oct 2022 17:29:49 +0000 (+0200) Subject: build: Update version to v2.2 X-Git-Tag: v2.2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=30c01c7c4576dcd625167f4361117df86e00118c;p=users%2Fsagi%2Fnvme-cli.git build: Update version to v2.2 Signed-off-by: Daniel Wagner --- diff --git a/meson.build b/meson.build index 52128d9f..c95dba23 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'nvme-cli', ['c'], meson_version: '>= 0.48.0', license: 'GPL-2.0-only', - version: '2.1.2', + version: '2.2', default_options: [ 'c_std=gnu99', 'buildtype=release',