From 0f563509a5483c2bc090915ef86fffb1d98660e8 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 9 Dec 2015 14:51:33 -0500 Subject: [PATCH] Updating version to 1.3.0 --- model/version.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/version.go b/model/version.go index af99717cdf..5e41a28d16 100644 --- a/model/version.go +++ b/model/version.go @@ -12,6 +12,7 @@ import ( // It should be maitained in chronological order with most current // release at the front of the list. var versions = []string{ + "1.3.0", "1.2.1", "1.2.0", "1.1.0",