X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Fcore%2Fluasrc%2Finit.lua;h=2eacc6ca9e29b741470fbd68acdcf508f4d68714;hb=1c2ab810b2025630ea50e93c872c63dde8631b8f;hp=b4ecb93c13f842a470b8d5075b959f6fa281e689;hpb=dbde0216c29148520226a96a57be20ceb2406f45;p=project%2Fluci.git diff --git a/libs/core/luasrc/init.lua b/libs/core/luasrc/init.lua index b4ecb93c1..2eacc6ca9 100644 --- a/libs/core/luasrc/init.lua +++ b/libs/core/luasrc/init.lua @@ -23,7 +23,7 @@ See the License for the specific language governing permissions and limitations under the License. ]]-- -module("luci", package.seeall) +module "luci" -__version__ = "0.7" +__version__ = "0.9" __appname__ = "LuCI"