From b688f55e1806272aeb0f55d220133bf90cb689b7 Mon Sep 17 00:00:00 2001 From: Aaron Ayub <55106255+AaronAyub@users.noreply.github.com> Date: Wed, 15 May 2024 17:57:24 -0400 Subject: [PATCH] Update version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 137000f..e0169c4 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-3.0-only project('dropit', 'c', - version : '0.3', + version : '1.0.0', license: 'GPL-3.0-only', default_options : ['warning_level=3'])