diff options
author | Thomas <> | 2022-10-13 07:36:15 +0200 |
---|---|---|
committer | Thomas <> | 2022-10-13 07:36:15 +0200 |
commit | 1988be4a03eb212261f190df16e9b657a101f8ba (patch) | |
tree | a9e190497978b2025639207c77951c294458a9ab | |
parent | 64716b4da8a0549ca7c0678fc5509d8d38069140 (diff) | |
download | moa-sig-1988be4a03eb212261f190df16e9b657a101f8ba.tar.gz moa-sig-1988be4a03eb212261f190df16e9b657a101f8ba.tar.bz2 moa-sig-1988be4a03eb212261f190df16e9b657a101f8ba.zip |
build(core): switch to next release version
-rw-r--r-- | moaSig/build.gradle | 2 |
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 } |