Skip to content

Commit

Permalink
Bump the default metadata repository version to 0.2.1 (#323)
Browse files Browse the repository at this point in the history
Signed-off-by: David Nestorovic <david.nestorovic@oracle.com>

Signed-off-by: David Nestorovic <david.nestorovic@oracle.com>
  • Loading branch information
dnestoro committed Oct 5, 2022
1 parent dea5a82 commit 2a270be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ public interface SharedConstants {
String AGENT_OUTPUT_DIRECTORY_MARKER = "{output_dir}";
String AGENT_OUTPUT_DIRECTORY_OPTION = "config-output-dir=";
String METADATA_REPO_URL_TEMPLATE = "https://github.com/oracle/graalvm-reachability-metadata/releases/download/%1$s/graalvm-reachability-metadata-%1$s.zip";
String METADATA_REPO_DEFAULT_VERSION = "0.2.0";
String METADATA_REPO_DEFAULT_VERSION = "0.2.1";
}

0 comments on commit 2a270be

Please sign in to comment.