diff options
author | Thomas <> | 2021-12-20 14:30:30 +0100 |
---|---|---|
committer | Thomas <> | 2021-12-20 14:30:30 +0100 |
commit | ca744ecf7a2e079f5bf12e42115c1f401c75bf78 (patch) | |
tree | e52af7b163fd418ac118a79f88e939cfd29afbf3 /moaSig | |
parent | 95d0875093178e9b90cb3f149093939d1b49fe83 (diff) | |
download | moa-sig-ca744ecf7a2e079f5bf12e42115c1f401c75bf78.tar.gz moa-sig-ca744ecf7a2e079f5bf12e42115c1f401c75bf78.tar.bz2 moa-sig-ca744ecf7a2e079f5bf12e42115c1f401c75bf78.zip |
switch to next release version3.2.0
Diffstat (limited to 'moaSig')
-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 ee067b9..7ef0197 100644 --- a/moaSig/build.gradle +++ b/moaSig/build.gradle @@ -15,7 +15,7 @@ subprojects { apply plugin: 'maven-publish' apply plugin: 'maven' - version = '3.2.0-RC2' + version = '3.2.0' repositories { mavenCentral() |