diff --git a/Jenkinsfile b/Jenkinsfile
index 893a3e9e8877e475d11c4f15dbe269fc18f357c6..38190aad4b2000b439a34a9fcdfb373734aa3222 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -157,7 +157,7 @@ pipeline {
                 }
             }
         }
-        
+
         stage('Trigger Test rollout') {
             when {
                 branch 'release'
@@ -344,4 +344,4 @@ String generateHelmChartVersion() {
     }
 
     return chartVersion.replaceAll("_", "-")
-}
\ No newline at end of file
+}
diff --git a/pom.xml b/pom.xml
index 0ffeec2d31faf889eb0d11b07ba567b2e1552b08..76a63d9f5b3f0f1976c6034c236900fb2350bf9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 	</parent>
 	<groupId>de.ozgcloud</groupId>
 	<artifactId>administration</artifactId>
-	<version>0.2.0-SNAPSHOT</version>
+	<version>0.3.0-SNAPSHOT</version>
 	<name>Administration</name>
 	<description>Administration Backend Project</description>