diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-09-07 02:47:50 +0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-09-13 12:16:33 -0400 |
commit | e0f77632442c68a1f59a6a65e19ced9eff696f88 (patch) | |
tree | f6c10097a44b9194bdd1ebc265f747d69a91dee8 /src | |
parent | 0adfdc72499ceaeeb859b96c9cef15cf263feff6 (diff) | |
download | luarocks-3.0.3.tar.gz luarocks-3.0.3.tar.bz2 luarocks-3.0.3.zip |
Release 3.0.3v3.0.3
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/core/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index 9be573ce..e49e89b8 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 | ||
21 | local program_version = "dev" | 21 | local program_version = "3.0.3" |
22 | local program_series = "3.0" | 22 | local program_series = "3.0" |
23 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series | 23 | local major_version = (program_version:match("([^.]%.[^.])")) or program_series |
24 | 24 | ||