Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryGeorgist committed Feb 23, 2023
1 parent bfd1909 commit dd84b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ publishing {
}

group 'mil.army.usace.hec'
version '0.0.19'
version '0.0.20'
}
2 changes: 1 addition & 1 deletion src/main/java/usace/wat/plugin/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
public final class Constants {
public static String PayloadFileName = "payload";
public static String LocalRootPath = "/data";
public static String RemoteRootPath = "/cc_store";
public static String RemoteRootPath = "cc_store";
}

0 comments on commit dd84b69

Please sign in to comment.