diff --git a/CHANGELOG.textile b/CHANGELOG.textile index d892fd4e..f0f62e1f 100644 --- a/CHANGELOG.textile +++ b/CHANGELOG.textile @@ -2,7 +2,7 @@ h1. Changelog Here's a summary of changes in each release. The list doesn't include some small changes or updates to test cases. -h2. Version 3.7.6 - upcoming +h2. "Version 3.7.6 - 2020/01/08":https://github.com/textile/php-textile/releases/tag/v3.7.6 * Support consecutive links without whitespace between using bracket syntax (closes "#202":https://github.com/textile/php-textile/issues/202, "#205":https://github.com/textile/php-textile/pull/205 and "#206":https://github.com/textile/php-textile/pull/206). diff --git a/src/Netcarver/Textile/Parser.php b/src/Netcarver/Textile/Parser.php index 67969121..236b34fa 100644 --- a/src/Netcarver/Textile/Parser.php +++ b/src/Netcarver/Textile/Parser.php @@ -371,7 +371,7 @@ class Parser * @var string */ - protected $ver = '3.7.6-dev'; + protected $ver = '3.7.6'; /** * Regular expression snippets.