SOP-Java 4.0.8-SNAPSHOT

This commit is contained in:
Paul Schaub 2022-11-23 20:18:29 +01:00
parent 55f196b241
commit ae128d2cbb
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
# Changelog
## 4.0.7-SNAPSHOT
## 4.0.7
- Make i18n string for `--stacktrace` option translatable
- Make manpages generation reproducible
- `dearmor`: Transform `IOException` into `BadData`

View File

@ -4,8 +4,8 @@
allprojects {
ext {
shortVersion = '4.0.7'
isSnapshot = false
shortVersion = '4.0.8'
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8
junitVersion = '5.8.2'