aboutsummaryrefslogtreecommitdiff
path: root/moaSig/build.gradle
diff options
context:
space:
mode:
authorThomas <>2022-09-28 13:54:15 +0200
committerThomas <>2022-09-28 13:54:15 +0200
commitf610232026d3da2d5ddd447e2d06c8e0292a87f4 (patch)
tree24f4057e938ffeb866b3100f14a016347340702d /moaSig/build.gradle
parent6b4e087245bcac2b0d3c1ef86f487dd59fa446d6 (diff)
downloadmoa-sig-f610232026d3da2d5ddd447e2d06c8e0292a87f4.tar.gz
moa-sig-f610232026d3da2d5ddd447e2d06c8e0292a87f4.tar.bz2
moa-sig-f610232026d3da2d5ddd447e2d06c8e0292a87f4.zip
build(core): switch to new snapshot version that includes updates IAIK-MOA
Diffstat (limited to 'moaSig/build.gradle')
-rw-r--r--moaSig/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/moaSig/build.gradle b/moaSig/build.gradle
index d86b001..f33eb42 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -37,7 +37,7 @@ subprojects {
testImplementation 'junit:junit:4.13.2'
}
- version = '3.1.6-SNAPSHOT'
+ version = '3.1.7-SNAPSHOT'
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }