diff options
author | Thomas <> | 2021-03-25 17:44:52 +0100 |
---|---|---|
committer | Thomas <> | 2021-03-25 17:44:52 +0100 |
commit | 60f50b03394d437945a5a3d6b6f6dd950230b01c (patch) | |
tree | be1d079562db03a019f238f90eac903ad31c2a4e /moaSig/build.gradle | |
parent | f74283e748040757b8c988631f600f7352d9877e (diff) | |
download | moa-sig-60f50b03394d437945a5a3d6b6f6dd950230b01c.tar.gz moa-sig-60f50b03394d437945a5a3d6b6f6dd950230b01c.tar.bz2 moa-sig-60f50b03394d437945a5a3d6b6f6dd950230b01c.zip |
switch to version 3.1.4-RC2
Diffstat (limited to 'moaSig/build.gradle')
-rw-r--r-- | moaSig/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle index fb629c3..bff3147 100644 --- a/moaSig/build.gradle +++ b/moaSig/build.gradle @@ -37,7 +37,7 @@ subprojects { testImplementation 'junit:junit:4.13.2' } - version = '3.1.4-RC1' + version = '3.1.4-RC2' jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version } |