aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-09-07 02:47:50 +0300
committerHisham Muhammad <hisham@gobolinux.org>2018-09-07 02:47:50 +0300
commit747f64e015483f46094fddc1930eb0ead02af0e4 (patch)
treeb6f0a59e21999d9fcbfc103b97cd99802b6bbde9 /src
parent284d23fb35ce716bcad263ffcda761fdaf466a5d (diff)
downloadluarocks-3.0.2.tar.gz
luarocks-3.0.2.tar.bz2
luarocks-3.0.2.zip
Release 3.0.2v3.0.2
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 cde5b2f5..05823cb3 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.2"
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