diff --git a/README.md b/README.md index 164e38f..f26abab 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,12 @@ Only ETCD APIv2 now supported. Ready for production use. -Latest stable release: `config 0.7.1`. +Latest stable release: `config 0.7.2`. ## Installation ```bash -tarantoolctl rocks --server=https://moonlibs.org install config 0.7.1 +tarantoolctl rocks --server=https://moonlibs.org install config 0.7.2 ``` Starting with Tarantool 2.10.0 you may add configuration of moonlibs.org into `config-5.1.lua` diff --git a/config.lua b/config.lua index 45669ce..edc2dca 100644 --- a/config.lua +++ b/config.lua @@ -776,7 +776,7 @@ end ---@type moonlibs.config local M M = setmetatable({ - _VERSION = '0.7.1', + _VERSION = '0.7.2', console = {}; ---Retrieves value from config ---@overload fun(k: string, def: any?): any?