summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-26 18:27:03 +0300
committerWolfy-J <[email protected]>2018-07-26 18:27:03 +0300
commit2cb472acb99ff900b0b1649d65cb3fea6a0507f2 (patch)
tree6fbb713b9945d6457194cfd03449a424459bffbc
parenta3b5e9a629f0159c39a55f97ae29e1104653435a (diff)
fix widdows linesv1.1.1
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 3ca8ef46..34dc79f6 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.1.0
+RR_VERSION=1.1.1
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"