website: update to 1.1.5

Also update LAST_RELEASE in makefile to 1.1.5
This commit is contained in:
Michael Schurter
2021-09-20 16:50:37 -07:00
parent d7f9180a49
commit 79c04b816f
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ PROTO_COMPARE_TAG ?= v1.0.3$(if $(findstring ent,$(GO_TAGS)),+ent,)
# LAST_RELEASE is the git sha of the latest release corresponding to this branch. main should have the latest
# published release, but backport branches should point to the parent tag (e.g. 1.0.8 in release-1.0.9 after 1.1.0 is cut).
LAST_RELEASE ?= v1.1.3
LAST_RELEASE ?= v1.1.5
default: help

View File

@@ -1 +1 @@
export default '1.1.4'
export default '1.1.5'