summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Titov <[email protected]>2019-07-01 15:19:13 +0300
committerGitHub <[email protected]>2019-07-01 15:19:13 +0300
commit9aee5beceffae852240491f042b5133e4f607a54 (patch)
tree3d722b9b3910c7ee4e25f368b064a3231300df92
parent1b026b48f8024650a2ff63736f80de05594ba483 (diff)
Version bump (build.sh)v1.4.6
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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}"