From b6a9555abeab565d7bf1a9b3e9840eefe6644674 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 1 Feb 2026 12:35:49 +0000 Subject: chore: bump version to 2.0 this makes sense as we did break compat so we should bump even without users --- ls_args.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ls_args.h b/ls_args.h index 2448fb7..26be3c2 100644 --- a/ls_args.h +++ b/ls_args.h @@ -1,6 +1,6 @@ /* Lion's Standard (LS) ANSI C commandline argument parser. * - * Version: 1.0 + * Version: 2.0 * Website: https://libls.org * Repo: https://github.com/libls/args * SPDX-License-Identifier: MIT -- cgit