From b3efddc0dc0e0c848f1930c79037ef6c2e45ecdb Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Wed, 9 Oct 2024 18:43:29 +0200 Subject: [PATCH] Bump version to 2.0.3-dev --- alire.toml | 2 +- src/alire/alire-version.ads | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alire.toml b/alire.toml index fad6eb21..09a9ed29 100644 --- a/alire.toml +++ b/alire.toml @@ -1,7 +1,7 @@ name = "alr" description = "Command-line tool from the Alire project" -version = "2.0.2" +version = "2.0.3-dev" authors = ["Alejandro R. Mosteo", "Fabien Chouteau", "Pierre-Marie de Rodat"] maintainers = ["alejandro@mosteo.com", "chouteau@adacore.com"] diff --git a/src/alire/alire-version.ads b/src/alire/alire-version.ads index 36185b62..d96c31fe 100644 --- a/src/alire/alire-version.ads +++ b/src/alire/alire-version.ads @@ -16,7 +16,7 @@ private -- be replaced by `alr build` with the current commit, and appended with -- "_or_later" after build. - Current_Str : constant String := "2.0.2"; + Current_Str : constant String := "2.0.3-dev"; -- 2.0.2: quarterly bugfix maintenance release -- 2.0.1: fix `alr install` and minor fixes -- 2.0.0: alr settings refactor and minor fixes -- 2.39.5