Skip to content

Commit

Permalink
update version to 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kkleemola committed Feb 3, 2022
1 parent b4d820c commit 2b9d2b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.mozilla.secops</groupId>
<artifactId>secops-beam</artifactId>
<packaging>jar</packaging>
<version>0.19.1</version>
<version>0.19.2</version>
<name>secops-beam</name>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/mozilla/secops/Version.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.mozilla.secops;

public class Version {
public static final String PIPELINE = "0.19.1";
public static final String PIPELINE = "0.19.2";
}

0 comments on commit 2b9d2b5

Please sign in to comment.