diff options
author | Caleb Maclennan <caleb@alerque.com> | 2023-11-11 00:47:54 +0300 |
---|---|---|
committer | Caleb Maclennan <caleb@alerque.com> | 2023-11-11 00:48:02 +0300 |
commit | de359ea4083ac6d944216229e4104dc36537c29c (patch) | |
tree | 53fd69b197faf5409d643f73ad61ec702155ea95 /docs | |
parent | c93f9154e1aaa04bea4fd4d41a65d744b89a2fbf (diff) | |
download | luasocket-de359ea4083ac6d944216229e4104dc36537c29c.tar.gz luasocket-de359ea4083ac6d944216229e4104dc36537c29c.tar.bz2 luasocket-de359ea4083ac6d944216229e4104dc36537c29c.zip |
chore(core): Update version markers to last released version
Closes #401
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 dcf9d36..24bc1bd 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.0 | 92 | --> LuaSocket 3.1.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 |