From 0ac8fb3c27d910a4bc02e2c4b06954ee747d6f26 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 25 Mar 2017 20:25:38 -0300 Subject: [PATCH] clean --- main.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index deacf432c..68c242dcc 100644 --- a/main.go +++ b/main.go @@ -3,7 +3,6 @@ package main import ( "log" "os" - "time" "github.com/goreleaser/goreleaser/config" "github.com/goreleaser/goreleaser/context" @@ -21,9 +20,9 @@ import ( ) var ( - version = "master" - commit = "master" - date = time.Now().Format("2006-01-02_15:04:05") + version = "dev" + commit = "none" + date = "unknown" ) func main() {