We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb1ed4a + aff1e1f commit 40539f3Copy full SHA for 40539f3
2 files changed
README.md
@@ -145,6 +145,16 @@ To update `phpv` to the latest version from the repository:
145
phpv --self-update
146
```
147
148
+### Checking Version
149
+
150
+To check the current installed version of `phpv`:
151
152
+```bash
153
+phpv -v
154
+# or
155
+phpv --version
156
+```
157
158
### Troubleshooting
159
160
#### c-client Dependency
phpv
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Color definitions
4
-VERSION="1.1.0"
+VERSION="1.3.0"
5
RED='\033[0;31m'
6
GREEN='\033[0;32m'
7
YELLOW='\033[0;33m'
0 commit comments