Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Jun 27, 2020
1 parent dbb931b commit 6d74caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommonMarkConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CommonMarkConverter extends Converter
* @deprecated in 1.5.0 and will be removed from 2.0.0.
* Use \Composer\InstalledVersions provided by composer-runtime-api instead.
*/
public const VERSION = '1.5-dev';
public const VERSION = '1.5.1';

/** @var EnvironmentInterface */
protected $environment;
Expand Down

0 comments on commit 6d74caf

Please sign in to comment.