1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-03-25 20:25:38 -03:00
parent 4af2cb00ea
commit 0ac8fb3c27
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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() {