Skip to content

Commit 2b9d2b5

Browse files
committed
update version to 0.19.2
1 parent b4d820c commit 2b9d2b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.mozilla.secops</groupId>
66
<artifactId>secops-beam</artifactId>
77
<packaging>jar</packaging>
8-
<version>0.19.1</version>
8+
<version>0.19.2</version>
99
<name>secops-beam</name>
1010
<properties>
1111
<maven.compiler.source>1.8</maven.compiler.source>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.mozilla.secops;
22

33
public class Version {
4-
public static final String PIPELINE = "0.19.1";
4+
public static final String PIPELINE = "0.19.2";
55
}

0 commit comments

Comments
 (0)