Update version number

This commit is contained in:
Bruno Silvestre
2022-07-30 08:41:46 -03:00
parent 8b3b2318d2
commit 03e03140cd
18 changed files with 29 additions and 21 deletions

View File

@ -1,5 +1,5 @@
----------------------------------------------------------------------------
-- LuaSec 1.1.0
-- LuaSec 1.2.0
-- Copyright (C) 2009-2022 PUC-Rio
--
-- Author: Pablo Musa
@ -18,8 +18,8 @@ local try = socket.try
-- Module
--
local _M = {
_VERSION = "1.1.0",
_COPYRIGHT = "LuaSec 1.1.0 - Copyright (C) 2009-2022 PUC-Rio",
_VERSION = "1.2.0",
_COPYRIGHT = "LuaSec 1.2.0 - Copyright (C) 2009-2022 PUC-Rio",
PORT = 443,
TIMEOUT = 60
}