summaryrefslogtreecommitdiff
path: root/support/latexindent/LatexIndent/Version.pm
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-02-05 03:01:59 +0000
committerNorbert Preining <norbert@preining.info>2023-02-05 03:01:59 +0000
commit478726121e4185461616cf790eb4da8604ae2e2c (patch)
tree0e819f3cfcccd7db36b231580b5c6f7faee507f7 /support/latexindent/LatexIndent/Version.pm
parentdc612812fbda1ab7fc28a6c80576bb1e8aae6ff2 (diff)
CTAN sync 202302050301
Diffstat (limited to 'support/latexindent/LatexIndent/Version.pm')
-rw-r--r--support/latexindent/LatexIndent/Version.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/latexindent/LatexIndent/Version.pm b/support/latexindent/LatexIndent/Version.pm
index ba83dc8f66..b31f2dbc52 100644
--- a/support/latexindent/LatexIndent/Version.pm
+++ b/support/latexindent/LatexIndent/Version.pm
@@ -20,6 +20,6 @@ use warnings;
use Exporter qw/import/;
our @EXPORT_OK = qw/$versionNumber $versionDate/;
-our $versionNumber = '3.20.1';
-our $versionDate = '2023-01-07';
+our $versionNumber = '3.20.2';
+our $versionDate = '2023-02-04';
1