summaryrefslogtreecommitdiffhomepage
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/core/luasrc/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/core/luasrc/init.lua b/libs/core/luasrc/init.lua
index b4ecb93c13..2eacc6ca9e 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"