summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-05-05 16:12:39 +0300
committerValery Piashchynski <[email protected]>2020-05-05 16:12:39 +0300
commit98aa7a313465e46809565fe94f9f21ebf52154ce (patch)
tree90785664c51b01eb0d7a843b182908173198bcfd /build.sh
parent670a6de77a0aee53296ac8741853cbec1b416f8d (diff)
release 1.8.0
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index da6826f9..b14bcb88 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.7.1
+RR_VERSION=1.8.0
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"