summaryrefslogtreecommitdiff
path: root/support/latexindent/LatexIndent/Version.pm
diff options
context:
space:
mode:
Diffstat (limited to 'support/latexindent/LatexIndent/Version.pm')
-rw-r--r--support/latexindent/LatexIndent/Version.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/support/latexindent/LatexIndent/Version.pm b/support/latexindent/LatexIndent/Version.pm
index 4d47cc64e1..edbb6252aa 100644
--- a/support/latexindent/LatexIndent/Version.pm
+++ b/support/latexindent/LatexIndent/Version.pm
@@ -1,4 +1,5 @@
package LatexIndent::Version;
+
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -19,6 +20,6 @@ use warnings;
use Exporter qw/import/;
our @EXPORT_OK = qw/$versionNumber $versionDate/;
-our $versionNumber = '3.17.1';
-our $versionDate = '2022-04-04';
+our $versionNumber = '3.17.2';
+our $versionDate = '2022-04-14';
1