diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-07-03 06:34:10 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-07-03 06:34:49 +0200 |
commit | 7e3e7885bc349733c2126661119c1dd41133053f (patch) | |
tree | 43300c0f5adc4c09b34bc988b99ad61015b57e65 /runtime | |
parent | e78dd922a899609d1885eb757aea083b159c807a (diff) |
build: Bump version to 6.4.1-SNAPSHOT.
Change-Id: I847ffe943cf6cff82efdf0d873d3acee53f563df
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index 376f4a5..22614a3 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -14,7 +14,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>6.4.0</version> + <version>6.4.1-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging</artifactId> |