Skip to content

Commit 678b97c

Browse files
author
i582
committed
update version to v0.4.0
1 parent 5103e21 commit 678b97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/shell/commands/about.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ func About() *shell.Executor {
1313
Help: "shows information about phpstats",
1414
Flags: flags.NewFlags(),
1515
Func: func(c *shell.Context) {
16-
fmt.Print(`About PHPStats v0.0.3
16+
fmt.Print(`About PHPStats v0.4.0
1717
18-
PHPStats is a utility for collecting project statistics and building
18+
PHPStats is a tool for collecting project statistics and building
1919
dependency graphs for PHP, that allows you to find places in the code
2020
that can be improved.
2121

0 commit comments

Comments
 (0)