Skip to content

Commit

Permalink
Prepare version 5.22.0
Browse files Browse the repository at this point in the history
WARNING:
After installing this you need to re-generate your hook scripts by
running `captainhook install` again. This is necessary because of the
new stdIn to cmd option conversion.
  • Loading branch information
sebastianfeldmann committed Mar 6, 2024
1 parent 741630a commit 9185d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CH.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ final class CH
/**
* Current CaptainHook version
*/
public const VERSION = '5.21.2';
public const VERSION = '5.22.0';

/**
* Release date of the current version
*/
public const RELEASE_DATE = '2024-01-23';
public const RELEASE_DATE = '2024-03-06';

/**
* Default configuration file
Expand All @@ -41,5 +41,5 @@ final class CH
/**
* Minimal required version for the installer
*/
public const MIN_REQ_INSTALLER = '5.20.0';
public const MIN_REQ_INSTALLER = '5.22.0';
}

0 comments on commit 9185d04

Please sign in to comment.