Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
surgiie committed Nov 11, 2022
1 parent 719eb83 commit 0222eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Commands/RenderCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class RenderCommand extends ConsoleCommand
*
* @var string
*/
protected $description = 'Compile a file or directory of files and save the results to file(s).';
protected $description = 'Compile a file or directory of files and save the results to a file.';

/**Allow arbitrary options to be passed to the command. */
protected bool $arbitraryOptions = true;
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
|
*/

'version' => 'v3.0.0',
'version' => 'v3.1.0',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 0222eb9

Please sign in to comment.