We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5103e21 commit 678b97cCopy full SHA for 678b97c
internal/shell/commands/about.go
@@ -13,9 +13,9 @@ func About() *shell.Executor {
13
Help: "shows information about phpstats",
14
Flags: flags.NewFlags(),
15
Func: func(c *shell.Context) {
16
- fmt.Print(`About PHPStats v0.0.3
+ fmt.Print(`About PHPStats v0.4.0
17
18
-PHPStats is a utility for collecting project statistics and building
+PHPStats is a tool for collecting project statistics and building
19
dependency graphs for PHP, that allows you to find places in the code
20
that can be improved.
21
0 commit comments