From f3fb1a24b29f0aa1c0c5134e9e7085dcc11fd2b1 Mon Sep 17 00:00:00 2001 From: Andrea Burattin <delas@users.noreply.github.com> Date: Fri, 18 Nov 2022 17:48:59 +0100 Subject: [PATCH] Updated version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 95a978a..37447d5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>beamline</groupId> <artifactId>framework</artifactId> - <version>0.2.1</version> + <version>0.2.2</version> <properties> <maven.compiler.source>11</maven.compiler.source> @@ -184,4 +184,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> -- GitLab