From 057e240f5d9cf4d416e980ee10620f88728e0294 Mon Sep 17 00:00:00 2001 From: patdyn Date: Tue, 6 Aug 2024 11:19:08 +0200 Subject: [PATCH] bump version to: 1.0.8-SNAPSHOT --- package.json | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b6bc11..dc9c536 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-shynet", "description": "Generate c4k yaml for a shynet deployment.", "author": "meissa GmbH", - "version": "1.0.7", + "version": "1.0.8-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme", "repository": "https://www.npmjs.com/package/c4k-shynet", "license": "APACHE2", diff --git a/project.clj b/project.clj index 7f91293..6a28aef 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.7" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.8-SNAPSHOT" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"