diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Mustache library changelog
 
+## v2.4.3.1
+
+- Renormalize the line endings in `test/unit/examples` (for the
+  `test-suite unit-tests` stanza) to use the LF convention.
+
 ## v2.4.3
 
 - Adds compatibility with `text >= 2.1.2`.
diff --git a/mustache.cabal b/mustache.cabal
--- a/mustache.cabal
+++ b/mustache.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           mustache
-version:        2.4.3
+version:        2.4.3.1
 synopsis:       A mustache template parser library.
 description:    Allows parsing and rendering template files with mustache markup. See the
                 mustache <http://mustache.github.io/mustache.5.html language reference>.
diff --git a/test/unit/examples/partials/test-partial.txt.mustache b/test/unit/examples/partials/test-partial.txt.mustache
--- a/test/unit/examples/partials/test-partial.txt.mustache
+++ b/test/unit/examples/partials/test-partial.txt.mustache
@@ -1,1 +1,1 @@
-and {{ partials }}
+and {{ partials }}
diff --git a/test/unit/examples/test-template-partials.txt.mustache b/test/unit/examples/test-template-partials.txt.mustache
--- a/test/unit/examples/test-template-partials.txt.mustache
+++ b/test/unit/examples/test-template-partials.txt.mustache
@@ -1,1 +1,1 @@
-This {{ template }} was injected at compile time with an embedded file {{> test-partial.txt.mustache }}
+This {{ template }} was injected at compile time with an embedded file {{> test-partial.txt.mustache }}
diff --git a/test/unit/examples/test-template.txt.mustache b/test/unit/examples/test-template.txt.mustache
--- a/test/unit/examples/test-template.txt.mustache
+++ b/test/unit/examples/test-template.txt.mustache
@@ -1,1 +1,1 @@
-This {{ template }} was injected at compile time with an embedded file
+This {{ template }} was injected at compile time with an embedded file
