From eb678c2024a66f3a0f9c3d20495c8ed2d738b3d8 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 3 Aug 2017 12:27:08 -0400 Subject: Bump version to 1.2.0 ready for development cycle --- lib/gitano.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gitano.lua b/lib/gitano.lua index e2b8e06..21cc30a 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, 1, 0} +local _VERSION = {1, 2, 0} _VERSION.major = _VERSION[1] _VERSION.minor = _VERSION[2] _VERSION.patch = _VERSION[3] -- cgit v1.2.1