summaryrefslogtreecommitdiff
path: root/lib/gitano.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitano.lua')
-rw-r--r--lib/gitano.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitano.lua b/lib/gitano.lua
index 06ad73d..4e29973 100644
--- a/lib/gitano.lua
+++ b/lib/gitano.lua
@@ -44,7 +44,7 @@ local i18n = require 'gitano.i18n'
local patterns = require 'gitano.patterns'
local hooks = require 'gitano.hooks'
-local _VERSION = {1, 2, 0}
+local _VERSION = {1, 3, 0}
_VERSION.major = _VERSION[1]
_VERSION.minor = _VERSION[2]
_VERSION.patch = _VERSION[3]