From f610232026d3da2d5ddd447e2d06c8e0292a87f4 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 28 Sep 2022 13:54:15 +0200 Subject: build(core): switch to new snapshot version that includes updates IAIK-MOA --- moaSig/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'moaSig/build.gradle') 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 } -- cgit v1.2.3