Update version
Change-Id: I9396ef2bcff1e63d7af9ef0b5ed92474486b75ad
diff --git a/Changes b/Changes
index f6e51cb..c9662ca 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.38 2019-03-08
+ - Stop file processing when base tokenization
+ is wrong.
+
0.37 2019-03-06
- Support for 'koral:field' array.
- Support for Koral versioning.
@@ -8,8 +12,6 @@
on directory archiving.
- Remove extract_text and extract_doc in
favor of extract_sigle for archives.
- - Stop file processing when base tokenization
- is wrong.
0.36 2019-01-22
- Support for non-word tokens (fixes #5).
diff --git a/lib/KorAP/XML/Krill.pm b/lib/KorAP/XML/Krill.pm
index b48f963..4b9f15f 100644
--- a/lib/KorAP/XML/Krill.pm
+++ b/lib/KorAP/XML/Krill.pm
@@ -16,7 +16,7 @@
use Data::Dumper;
use File::Spec::Functions qw/catdir catfile catpath splitdir splitpath rel2abs/;
-our $VERSION = '0.37';
+our $VERSION = '0.38';
has 'path';
has [qw/text_sigle doc_sigle corpus_sigle/];
diff --git a/script/korapxml2krill b/script/korapxml2krill
index 831aa2b..1d06533 100644
--- a/script/korapxml2krill
+++ b/script/korapxml2krill
@@ -140,7 +140,7 @@
# directory archiving.
# ----------------------------------------------------------
-our $LAST_CHANGE = '2019/02/07';
+our $LAST_CHANGE = '2019/03/08';
our $LOCAL = $FindBin::Bin;
our $KORAL_VERSION = 0.03;
our $VERSION_MSG = <<"VERSION";