From b085ab405e29986461a0b33014971e3c097bd25d Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 27 Dec 2024 10:32:30 +0100 Subject: [PATCH] bump version to: 5.0.1-SNAPSHOT --- deps.edn | 2 +- infrastructure/backup/build.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.edn b/deps.edn index a10abae..c1e77a3 100644 --- a/deps.edn +++ b/deps.edn @@ -1,5 +1,5 @@ {:project {:name org.domaindrivenarchitecture/dda-backup - :version "5.0.0"} + :version "5.0.1-SNAPSHOT"} ;; --------------------------------------------------------- :paths diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index 5a6ecf9..800c205 100644 --- a/infrastructure/backup/build.py +++ b/infrastructure/backup/build.py @@ -8,7 +8,7 @@ import logging name = 'dda-backup' MODULE = 'NOT_SET' PROJECT_ROOT_PATH = '../..' -version = "5.0.0" +version = "5.0.1-dev" @init