summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-06-03 19:17:55 +0300
committerWolfy-J <[email protected]>2019-06-03 19:17:55 +0300
commitd2bcfd59dd14c8cccd60cc297f3753ea63cc615c (patch)
tree80d1693f3bb16fdb3ff36698d962ad4fdec82646
parenta65d73191cd1689411af69669b8eb04395938bc8 (diff)
version bump
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index b6303896..f41091a7 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.2
+RR_VERSION=1.4.3
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"