diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-07-01 15:59:33 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2016-07-01 15:59:33 +0200 |
commit | 98a9cd8175b3238f8a6f36c0369773111b390875 (patch) | |
tree | f922a0974e88dddfb59a8ba30fe644226c4aec1a | |
parent | 307e9eb1a3c2ddea2eb7f6e6972fbfa463323a53 (diff) | |
download | pdf-as-4-98a9cd8175b3238f8a6f36c0369773111b390875.tar.gz pdf-as-4-98a9cd8175b3238f8a6f36c0369773111b390875.tar.bz2 pdf-as-4-98a9cd8175b3238f8a6f36c0369773111b390875.zip |
Version changed to 4.0.12-SNAPSHOT
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 2c0057c0..05db6dfb 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ task wrapper(type: Wrapper) { allprojects { apply plugin: 'com.github.ben-manes.versions' repositories { mavenCentral() } - version = '4.0.11' + version = '4.0.12-SNAPSHOT' } configurations { |