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 fddc6e6 commit 22a8747Copy full SHA for 22a8747
commands/help.go
@@ -7,7 +7,7 @@ import (
7
8
func Help(notFoundError bool) {
9
theme.Title("pvm: PHP Version Manager")
10
- theme.Info("Version 1.0")
+ theme.Info("Version 1.1")
11
12
if notFoundError {
13
theme.Error("Command not found")
0 commit comments