Bump version to v4.0.0
Major release. Krill metadata field names were corrected by default in
this cycle (textClass -> dmozDomain, textDomain -> idsColumn), which
changes the emitted index field names unless --legacy-field-names is
passed; hence the major version bump. Also includes the Krill empty-text
drop (#46), the tokenSource stand-off fix (#48), externalLink derivation
for Wikipedia/DGD/Süddeutsche/Genios (#47), and the custom-tokenization
and sentence-segmentation fallbacks for TEI-converted corpora.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Change-Id: I242758abdaa37a3dd76f4ed826c3e05006bdd12c
diff --git a/build.gradle b/build.gradle
index 6ebe5dd..3b3c750 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,4 +5,4 @@
}
// Zentrale Projektversion für korapxmltool
-version = '3.4.0'
+version = '4.0.0'