We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6569693 commit 2eae224Copy full SHA for 2eae224
1 file changed
bin/ghcli
@@ -24,7 +24,7 @@ if (!class_exists('Gbo\PhpGithubCli\GithubCommand', true)) {
24
25
$application = new \Symfony\Component\Console\Application('ghcli');
26
27
-$application->setVersion('0.2.9');
+$application->setVersion('0.2.10');
28
29
/**
30
* Get github token :
0 commit comments