Skip to content

Commit

Permalink
Bump version to 4.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed Jun 30, 2020
1 parent 7f98d5e commit 6d71e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/bundler/Bundler.java
Expand Up @@ -39,7 +39,7 @@
import java.util.Set;

public class Bundler {
private static final String GCS_VERSION = "4.19.0";
private static final String GCS_VERSION = "4.19.1";
private static String JDK_MAJOR_VERSION = "14";
private static final String ITEXT_VERSION = "2.1.7";
private static final String LOGGING_VERSION = "1.2.0";
Expand Down

0 comments on commit 6d71e75

Please sign in to comment.