We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195a83f commit dff871dCopy full SHA for dff871d
3 files changed
CHANGES.md
@@ -4,6 +4,10 @@
4
5
## 1.1
6
7
+### 1.1.7
8
+
9
+* Rewrote some documentation
10
11
### 1.1.6
12
13
* Allowed for other sudo-like commands in "set" command
README.md
@@ -59,7 +59,7 @@ luav set 5.4.3 # Install binaries and manuals
59
Upon running `luav help`, the following text is yielded.
60
61
```
62
-Lua Version Selector 1.1.6
+Lua Version Selector 1.1.7
63
64
Usage: luav <command> [<args...>]
65
luav help [<command>]
libexec/version
@@ -5,7 +5,7 @@
# Usage: luav version
#
-hardrev="1.1.6"
+hardrev="1.1.7"
gitrev=""
if git remote -v 2>/dev/null | grep -q luav
0 commit comments