aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-07-18 11:40:04 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-08-14 13:26:49 -0300
commit06c4f45c636b207b70f21c552c9ad3c7f2c2423a (patch)
tree6a85c3f48b76fbebfcf41fd6a5353b644791f92c /src
parentd3271135dba288fec7a85f97d423437806dda2fa (diff)
downloadluarocks-3.0.1.tar.gz
luarocks-3.0.1.tar.bz2
luarocks-3.0.1.zip
Release 3.0.1v3.0.1
Diffstat (limited to '')
-rw-r--r--src/luarocks/core/cfg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua
index 7a764160..19f2b5b7 100644
--- a/src/luarocks/core/cfg.lua
+++ b/src/luarocks/core/cfg.lua
@@ -18,7 +18,7 @@ local persist = require("luarocks.core.persist")
18 18
19-------------------------------------------------------------------------------- 19--------------------------------------------------------------------------------
20 20
21local program_version = "dev" 21local program_version = "3.0.1"
22local program_series = "3.0" 22local program_series = "3.0"
23local major_version = (program_version:match("([^.]%.[^.])")) or program_series 23local major_version = (program_version:match("([^.]%.[^.])")) or program_series
24 24