summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-21 16:25:13 +0300
committerWolfy-J <[email protected]>2018-09-21 16:25:13 +0300
commit0f8b7d823f7cfbbc8b47ba1f1562d6112e57a0be (patch)
treecea862da8165b053b1d81bef21a85c625074cd15 /build.sh
parenta6191395dbf15b5884999382a0fc6ca894367323 (diff)
version bump
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 0f7b8ef3..dbcd4da4 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.0
+RR_VERSION=1.2.1
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"