From 78a5caf1e619dca3924feed74a03291c2e651c34 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 19 Jan 2019 13:53:50 +0000 Subject: Update NEWS and version ready for 1.3 --- lib/gitano.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gitano.lua') 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] -- cgit v1.2.1