Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Version bump to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Aug 15, 2022
1 parent f13a7ca commit fd330bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion duo_seraph_filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.duosecurity</groupId>
<artifactId>duo-universal-atlassian</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
</parent>
<groupId>com.duosecurity.seraph.filter</groupId>
<artifactId>duo-filter</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class DuoAuthFilter implements javax.servlet.Filter {
protected boolean apiBypassEnabled = false;
protected boolean failOpen = true;
private static final String USER_AGENT_LIB = "duo_universal_atlassian";
private static final String USER_AGENT_VERSION = "2.0.3";
private static final String USER_AGENT_VERSION = "2.0.4";

/**
* Return true if url should not be protected by Duo auth, even if we have
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.duosecurity</groupId>
<artifactId>duo-universal-atlassian</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit fd330bd

Please sign in to comment.