aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2022-09-15 09:22:27 +0200
committerThomas <>2022-09-15 09:22:27 +0200
commit0267ac70b63cbb4cbed7803f9cd577dcc8f54fa3 (patch)
tree770d58121ff05c8f48d589fe6f3da1965871e833
parent33e99dc7b05e3d3ac38e2331b60395cfdc1b7e7e (diff)
downloadmoa-sig-0267ac70b63cbb4cbed7803f9cd577dcc8f54fa3.tar.gz
moa-sig-0267ac70b63cbb4cbed7803f9cd577dcc8f54fa3.tar.bz2
moa-sig-0267ac70b63cbb4cbed7803f9cd577dcc8f54fa3.zip
build: switch to new snapshot 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 07dc8eb..d86b001 100644
--- a/moaSig/build.gradle
+++ b/moaSig/build.gradle
@@ -37,7 +37,7 @@ subprojects {
testImplementation 'junit:junit:4.13.2'
}
- version = '3.1.5-SNAPSHOT'
+ version = '3.1.6-SNAPSHOT'
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version }