Skip to content

Commit

Permalink
feat!: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Dec 20, 2023
1 parent 02589a3 commit dc5ee19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ class Lib
{
public function helloWorld(string $name = 'World', bool $question = true): string
{
return sprintf("Hello from beta, %s%s", $name, $question ? '?' : '.');
return sprintf("Hello from stable, %s%s", $name, $question ? '?' : '.');
}
}

0 comments on commit dc5ee19

Please sign in to comment.