From 1334ea4e3bdabcffe15fbc77ef14f00380c28d23 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Sat, 28 Dec 2024 16:13:01 +0100 Subject: [PATCH] bump version to: 5.0.6-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 75c9feb..e81210a 100644 --- a/deps.edn +++ b/deps.edn @@ -1,5 +1,5 @@ {:project {:name org.domaindrivenarchitecture/dda-backup - :version "5.0.5"} + :version "5.0.6-SNAPSHOT"} ;; --------------------------------------------------------- :paths diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index d9ab7d5..30dbd29 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.5" +version = "5.0.6-dev" @init