diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-06-21 15:18:34 +0200 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-06-21 15:53:49 +0200 |
commit | e5dfc9b361ab50a51afd66732bcde4dc1b9cb0f0 (patch) | |
tree | 3f55df9174cae5eb8315cd38724061b495240806 /build.gradle | |
parent | eb45a7f345adcd9f56d7f2226bfd19f0ad5befdd (diff) | |
download | pdf-as-4-e5dfc9b361ab50a51afd66732bcde4dc1b9cb0f0.tar.gz pdf-as-4-e5dfc9b361ab50a51afd66732bcde4dc1b9cb0f0.tar.bz2 pdf-as-4-e5dfc9b361ab50a51afd66732bcde4dc1b9cb0f0.zip |
RC2 extented regex
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 16716be0..125750c2 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { allprojects { apply plugin: "com.github.ben-manes.versions" repositories { mavenCentral() } - version = '4.2.0-RC1' + version = '4.2.0-RC2' } configurations { |