From c880872d369fc8ebddfd9ac9e826eb0a605337bd Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 27 Dec 2024 13:37:30 +0100 Subject: [PATCH] bump version to: 5.0.2-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 288c610..e24fd90 100644 --- a/deps.edn +++ b/deps.edn @@ -1,5 +1,5 @@ {:project {:name org.domaindrivenarchitecture/dda-backup - :version "5.0.1"} + :version "5.0.2-SNAPSHOT"} ;; --------------------------------------------------------- :paths diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index eeb0598..49b398d 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.1" +version = "5.0.2-dev" @init