diff options
author | Thomas <> | 2023-05-03 12:30:09 +0200 |
---|---|---|
committer | Thomas <> | 2023-05-03 12:30:09 +0200 |
commit | 3529391559f71a9323bea40d73f98819dc81c028 (patch) | |
tree | 7176aaf83d957457392b968007f25e5441252367 /moaSig | |
parent | be0d4d7482c88491b515ea4fc264bc80423c5c3b (diff) | |
download | moa-sig-3.2.1.tar.gz moa-sig-3.2.1.tar.bz2 moa-sig-3.2.1.zip |
build(core): switch to next release version3.2.1
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 c4e8a3a..ceda05c 100644 --- a/moaSig/build.gradle +++ b/moaSig/build.gradle @@ -15,7 +15,7 @@ subprojects { apply plugin: 'maven-publish' apply plugin: 'maven' - version = '3.2.1-SNAPSHOT' + version = '3.2.1' repositories { mavenCentral() |