From bffc387af79503382584b7c064e164994fbd8cb0 Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Sun, 11 Feb 2024 19:36:20 +0800 Subject: [PATCH] Script(fix): fix wrong version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index afb0070c..bbac8cff 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'srain', 'c', - version: '1.6.1', + version: '1.6.0', license: 'GPL3', meson_version: '>= 0.47.0' )