diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-01-15 21:19:32 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-01-15 21:19:32 +0100 |
commit | 6dfc6ffc852c422c1678bafa2ec470ffb41743d5 (patch) | |
tree | 8ee971921d5351392e48a950125f4792e362434a /runtime | |
parent | f95c408d642d0ef484907f1ecce1d52e866ea52f (diff) |
Bump version to 4.0.1-SNAPSHOT.
Change-Id: Ic212e9415dc3b3a8ac1604c487fcf5227002494d
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 08520be..9ab170a 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>4.0.0</version> + <version>4.0.1-SNAPSHOT</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging</artifactId> |