summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-08 21:58:07 -0700
committerWolfy-J <[email protected]>2018-07-08 21:58:07 -0700
commit55098299c87761c0545ee7a98e0132fa48c5d79f (patch)
treef5860670716043eda55e48054d32fcb946d7c9ff /build.sh
parent528eb2c1b9befaac82a85de9c6d7dea86da0aaac (diff)
more tests
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 6765a431..3ca8ef46 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.5
+RR_VERSION=1.1.0
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"