summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--lib/gitano.lua2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2b44f67..aa2edfa 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ This document lists important things to know about changes to Gitano between
one release and the next. It is arranged in reverse-version-order, with the
newest NEWS at the top.
+Changes since v1.2 (UNRELEASED v1.3)
+------------------
+
+* None
+
Changes since v1.1
------------------
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]