From 9aee5beceffae852240491f042b5133e4f607a54 Mon Sep 17 00:00:00 2001 From: Anton Titov Date: Mon, 1 Jul 2019 15:19:13 +0300 Subject: Version bump (build.sh) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f8ea079b..7538fbb7 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.4.5 +RR_VERSION=1.4.6 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" -- cgit v1.2.3