diff options
author | Robert Scheck <robert-scheck@users.noreply.github.com> | 2022-03-28 13:53:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 11:53:32 +0000 |
commit | 1d61853ab84f0724502205f45849c2347d6a49ac (patch) | |
tree | 23ad483f776b9094f51ccff6933a32f855af1c8d /docs | |
parent | 88c8a85cb6528232288ec590910b7a966aace52b (diff) | |
download | luasocket-1d61853ab84f0724502205f45849c2347d6a49ac.tar.gz luasocket-1d61853ab84f0724502205f45849c2347d6a49ac.tar.bz2 luasocket-1d61853ab84f0724502205f45849c2347d6a49ac.zip |
chore: Update internal version references to match release (#370)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.html b/docs/installation.html index 28a9fbb..dcf9d36 100644 --- a/docs/installation.html +++ b/docs/installation.html | |||
@@ -89,7 +89,7 @@ it should be easy to use LuaSocket. Just fire the interpreter and use the | |||
89 | Lua 5.2.2 Copyright (C) 1994-2013 Lua.org, PUC-Rio | 89 | Lua 5.2.2 Copyright (C) 1994-2013 Lua.org, PUC-Rio |
90 | > socket = require("socket") | 90 | > socket = require("socket") |
91 | > print(socket._VERSION) | 91 | > print(socket._VERSION) |
92 | --> LuaSocket 3.0-rc1 | 92 | --> LuaSocket 3.0.0 |
93 | </pre> | 93 | </pre> |
94 | 94 | ||
95 | <p> Each module loads their dependencies automatically, so you only need to | 95 | <p> Each module loads their dependencies automatically, so you only need to |