summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffluci/init.lua')
-rw-r--r--src/ffluci/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffluci/init.lua b/src/ffluci/init.lua
index 4585f51fb..dbecf57e4 100644
--- a/src/ffluci/init.lua
+++ b/src/ffluci/init.lua
@@ -25,7 +25,7 @@ limitations under the License.
]]--
module("ffluci", package.seeall)
-__version__ = "0.1"
+__version__ = "0.2"
__appname__ = "FFLuCI"
dispatch = require("ffluci.dispatcher").httpdispatch