Skip to content

Commit 40539f3

Browse files
authored
Merge pull request #18 from Its-Satyajit/is-branch-2
docs: Add version checking instructions to README
2 parents cb1ed4a + aff1e1f commit 40539f3

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,16 @@ To update `phpv` to the latest version from the repository:
145145
phpv --self-update
146146
```
147147

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+
148158
### Troubleshooting
149159

150160
#### c-client Dependency

phpv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Color definitions
4-
VERSION="1.1.0"
4+
VERSION="1.3.0"
55
RED='\033[0;31m'
66
GREEN='\033[0;32m'
77
YELLOW='\033[0;33m'

0 commit comments

Comments
 (0)