summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-29 23:25:04 +0300
committerWolfy-J <[email protected]>2018-09-29 23:25:04 +0300
commit06936766844c9d0d4f1f9f92efb622ba765c8c64 (patch)
tree456f679f57be64ee3963e823182f894668f28911 /build.sh
parent1cfb3a4d142db6afec2befe82bdfdf625cc0f2d4 (diff)
removed empty error check
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 1c2d8128..32964a57 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.2.2
+RR_VERSION=1.2.3
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"