* Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers
[project/luci.git] / libs / core / luasrc / init.lua
index b390df3ac9d2764723f6e86c620ab4bfd3f1dbd5..b4ecb93c13f842a470b8d5075b959f6fa281e689 100644 (file)
@@ -25,5 +25,5 @@ limitations under the License.
 ]]--
 module("luci", package.seeall)
 
-__version__ = "0.6"
+__version__ = "0.7"
 __appname__ = "LuCI"