From 2fae62ffc5720857288b7cc7d2e36941e2f0e6e1 Mon Sep 17 00:00:00 2001 From: Etiene Dalcol Date: Mon, 6 Jul 2015 15:55:18 +0200 Subject: [PATCH] Adjusting version on sailor.lua --- src/sailor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sailor.lua b/src/sailor.lua index d0dab90..96e055f 100755 --- a/src/sailor.lua +++ b/src/sailor.lua @@ -12,7 +12,7 @@ sailor = { conf = conf.sailor, _COPYRIGHT = "Copyright (C) 2014-2015 Etiene Dalcol", _DESCRIPTION = "Sailor is a framework for creating MVC web applications.", - _VERSION = "Sailor 0.3", + _VERSION = "Sailor 0.4", } local lp = require "web_utils.lp_ex"