From e7617f6e37bfb5d4aeea196d19c7a077132797fb Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Mon, 30 Dec 2024 10:09:35 +0100 Subject: [PATCH] bump version to: 5.0.8-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 35bfbff..5a2c513 100644 --- a/deps.edn +++ b/deps.edn @@ -1,5 +1,5 @@ {:project {:name org.domaindrivenarchitecture/dda-backup - :version "5.0.7"} + :version "5.0.8-SNAPSHOT"} ;; --------------------------------------------------------- :paths diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index 2d748b5..a60f092 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.7" +version = "5.0.8-dev" @init