Skip to content

Commit

Permalink
Fix: version date.
Browse files Browse the repository at this point in the history
  • Loading branch information
ardavydov committed Apr 5, 2021
1 parent acd18db commit c3652f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleantalk.antispam/install/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$arModuleVersion = array(
"VERSION" => "3.11.13",
"VERSION_DATE" => "2019-08-04 10:00:00"
"VERSION_DATE" => "2021-04-05 10:00:00"
);

0 comments on commit c3652f5

Please sign in to comment.