Skip to content

Commit

Permalink
Bump to version 2.0.0 in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAtDuo committed Aug 25, 2021
1 parent e96cb3c commit b005d4c
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 @@ -9,7 +9,7 @@

<groupId>com.duosecurity.plugin</groupId>
<artifactId>duo-universal-oam</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>

<build>
<finalName>${project.artifactId}</finalName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

public class DuoUniversalPlugin extends AbstractAuthenticationPlugIn {

private static final String JAR_VERSION = "1.0.0";
private static final String JAR_VERSION = "2.0.0";
private static final String CLIENT_ID_PARAM = "Client ID";
private static final String CLIENT_SECRET_PARAM = "Client Secret";
private static final String HOST_PARAM = "API hostname";
Expand Down

0 comments on commit b005d4c

Please sign in to comment.