Skip to content

Commit

Permalink
fix: replace 4.0.7 with 5.0.0 (consolidation#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Jun 18, 2024
1 parent a5b74eb commit d416e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Robo.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class Robo
{
const APPLICATION_NAME = 'Robo';
private const VERSION = '4.0.7-dev';
private const VERSION = '5.0.0-dev';

/**
* The currently active container object, or NULL if not initialized yet.
Expand Down

0 comments on commit d416e90

Please sign in to comment.