diff options
author | Wolfy-J <[email protected]> | 2019-10-22 18:41:29 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-10-22 18:41:29 +0300 |
commit | 21ec73b733e71eae88f6db2bb6bf67f8c495b0b5 (patch) | |
tree | 83d84f2caf8463636954e8f2461c3ff19771674f | |
parent | 84c9808ae59504378b857997220cd0a61bc3a7bb (diff) |
- version bump and release
-rwxr-xr-x | build.sh | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.5.1 +RR_VERSION=1.5.0 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" @@ -26,3 +26,5 @@ require ( golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect ) + +go 1.13 |