diff --git a/infrastructure/app/build.py b/infrastructure/app/build.py index d68cccd..b8c6ea9 100644 --- a/infrastructure/app/build.py +++ b/infrastructure/app/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "c4k-jitsi" MODULE = "app" PROJECT_ROOT_PATH = "../.." -version = "1.4.2" +version = "1.4.3-SNAPSHOT" @init diff --git a/package.json b/package.json index 97d1184..83205dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-jitsi", "description": "Generate c4k yaml for a jitsi deployment.", "author": "meissa GmbH", - "version": "1.4.2", + "version": "1.4.3-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jitsi#readme", "repository": "https://www.npmjs.com/package/c4k-jitsi", "license": "APACHE2", diff --git a/project.clj b/project.clj index 4e8b500..67e7e80 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-jitsi "1.4.2" +(defproject org.domaindrivenarchitecture/c4k-jitsi "1.4.3-SNAPSHOT" :description "jitsi c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"