We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d820c commit 2b9d2b5Copy full SHA for 2b9d2b5
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.mozilla.secops</groupId>
6
<artifactId>secops-beam</artifactId>
7
<packaging>jar</packaging>
8
- <version>0.19.1</version>
+ <version>0.19.2</version>
9
<name>secops-beam</name>
10
<properties>
11
<maven.compiler.source>1.8</maven.compiler.source>
src/main/java/com/mozilla/secops/Version.java
@@ -1,5 +1,5 @@
1
package com.mozilla.secops;
2
3
public class Version {
4
- public static final String PIPELINE = "0.19.1";
+ public static final String PIPELINE = "0.19.2";
}
0 commit comments