aboutsummaryrefslogtreecommitdiff
path: root/moaSig
diff options
context:
space:
mode:
authorThomas <>2022-10-13 07:36:15 +0200
committerThomas <>2022-10-13 07:36:15 +0200
commit1988be4a03eb212261f190df16e9b657a101f8ba (patch)
treea9e190497978b2025639207c77951c294458a9ab /moaSig
parent64716b4da8a0549ca7c0678fc5509d8d38069140 (diff)
downloadmoa-sig-1988be4a03eb212261f190df16e9b657a101f8ba.tar.gz
moa-sig-1988be4a03eb212261f190df16e9b657a101f8ba.tar.bz2
moa-sig-1988be4a03eb212261f190df16e9b657a101f8ba.zip
build(core): switch to next release version
Diffstat (limited to 'moaSig')
-rw-r--r--moaSig/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle
index 078dba3..b68f418 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -37,7 +37,7 @@ subprojects {
testImplementation 'junit:junit:4.13.2'
}
- version = '3.1.7'
+ version = '3.1.8'
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }