From af9b527604714aca3a63671977ccaac982ccae1c Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sat, 30 Jun 2018 13:51:31 +0300 Subject: - support logging for docker --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 85b0b306..6765a431 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.0.3 +RR_VERSION=1.0.5 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" -- cgit v1.2.3