Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit fd5c6b3

Browse files
authored
Merge pull request #48 from spiral/release_1_4_0
release 1.4.0
2 parents fe24857 + b74e6cd commit fd5c6b3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
v1.4.0 (1.08.2020)
5+
-------------------
6+
- Add all major gRPC configuration options. [Docs](https://github.com/spiral/docs/blob/master/grpc/configuration.md#application-server)
7+
48
v1.3.1 (20.07.2020)
59
-------------------
610
- RoadRunner version updated to 1.8.2

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cd $(dirname "${BASH_SOURCE[0]}")
33
OD="$(pwd)"
44
# Pushes application version into the build information.
5-
RR_VERSION=1.3.1
5+
RR_VERSION=1.4.0
66

77
# Hardcode some values to the core package
88
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"

0 commit comments

Comments
 (0)