diff options
author | emusic <emina.music@egiz.gv.at> | 2019-01-15 09:53:00 +0100 |
---|---|---|
committer | emusic <emina.music@egiz.gv.at> | 2019-01-15 09:53:00 +0100 |
commit | 516334bd777b1e3dcc2f060f12dd7a78be79b0bf (patch) | |
tree | c92aee672d4d5466155a8c2dbbe2bacff6360011 /build.gradle | |
parent | a1016fc89cd5b8bf9185b956a2a0dca6bad34e78 (diff) | |
download | pdf-as-4-516334bd777b1e3dcc2f060f12dd7a78be79b0bf.tar.gz pdf-as-4-516334bd777b1e3dcc2f060f12dd7a78be79b0bf.tar.bz2 pdf-as-4-516334bd777b1e3dcc2f060f12dd7a78be79b0bf.zip |
update version to 4.1.6 snapshot
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 3a6c05e1..b763bc5a 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.1.5' + version = '4.1.6-SNAPSHOT' } configurations { |