diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2019-01-19 13:53:50 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2019-01-19 13:53:50 +0000 |
commit | 78a5caf1e619dca3924feed74a03291c2e651c34 (patch) | |
tree | 5fd534ebb68714ba265a402561d6244d95f5267c /lib/gitano.lua | |
parent | 6a09488aa4423766f2bf1439886130061ffbfce8 (diff) | |
download | gitano-master.tar.gz |
Diffstat (limited to 'lib/gitano.lua')
-rw-r--r-- | lib/gitano.lua | 2 |
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] |