aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2022-09-28 13:54:34 +0200
committerThomas <>2022-09-28 13:54:34 +0200
commit91e57360ff98be529a3f8fd074c0b1bbc18fbd19 (patch)
tree79d1fe84cd972fd0414cc6ee62d8e1841e5ff0e5
parentf610232026d3da2d5ddd447e2d06c8e0292a87f4 (diff)
downloadmoa-sig-91e57360ff98be529a3f8fd074c0b1bbc18fbd19.tar.gz
moa-sig-91e57360ff98be529a3f8fd074c0b1bbc18fbd19.tar.bz2
moa-sig-91e57360ff98be529a3f8fd074c0b1bbc18fbd19.zip
build(core): switch to next release version
-rw-r--r--moaSig/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle
index f33eb42..078dba3 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -37,7 +37,7 @@ subprojects {
testImplementation 'junit:junit:4.13.2'
}
- version = '3.1.7-SNAPSHOT'
+ version = '3.1.7'
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }