From 46d87d2d0ee012039977fb52637f83f3d2f4d98a Mon Sep 17 00:00:00 2001 From: CI Bot Date: Tue, 19 Jan 2016 15:19:13 +0000 Subject: [PATCH] update release version to v1.0.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 41d88d7f..09612c52 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( ) // VERSION holds the Current version of spruce -var VERSION = "0.13.0" // SED MARKER FOR AUTO VERSION BUMPING +var VERSION = "1.0.0" // SED MARKER FOR AUTO VERSION BUMPING // BUILD holds CURRENT BUILD OF SPRUCE var BUILD = "master" // updated by build.sh // DIRTY holds Whether any uncommitted changes were found in the working copy