From 7d53dcd7755c4615a41006f089d2cd0644fd1ca0 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Sat, 28 Dec 2024 18:41:32 +0100 Subject: [PATCH] bump version to: 5.0.7-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 13d53f3..c8684c8 100644 --- a/deps.edn +++ b/deps.edn @@ -1,5 +1,5 @@ {:project {:name org.domaindrivenarchitecture/dda-backup - :version "5.0.6"} + :version "5.0.7-SNAPSHOT"} ;; --------------------------------------------------------- :paths diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index 947f99c..00e84f5 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.6" +version = "5.0.7-dev" @init