From 6cc8e9f290f3d2d44a5cad14e902061e52fd6df9 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 19 Mar 2019 00:04:50 +0800 Subject: [PATCH] chore: update copyright year --- Makefile | 2 +- gorush/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 566311f..cda8271 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ lint: .PHONY: install install: $(GOFILES) $(GO) install -v -tags '$(TAGS)' -ldflags '$(EXTLDFLAGS)-s -w $(LDFLAGS)' - @echo "==> Installed gorush ${GOPATH}/bin/gorush" + @echo "\n==>\033[32m Installed gorush to ${GOPATH}/bin/gorush\033[m" .PHONY: build build: $(EXECUTABLE) diff --git a/gorush/version.go b/gorush/version.go index bca414b..f8cdcdf 100644 --- a/gorush/version.go +++ b/gorush/version.go @@ -21,7 +21,7 @@ func GetVersion() string { // PrintGoRushVersion provide print server engine func PrintGoRushVersion() { - fmt.Printf(`GoRush %s, Compiler: %s %s, Copyright (C) 2016 Bo-Yi Wu, Inc.`, + fmt.Printf(`GoRush %s, Compiler: %s %s, Copyright (C) 2019 Bo-Yi Wu, Inc.`, version, runtime.Compiler, runtime.Version())