Skip to content

Commit

Permalink
bump version to v2.18.4 (#3969)
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <[email protected]>
  • Loading branch information
embik authored Dec 17, 2021
1 parent cfe818f commit 38c76b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ ifeq (${HUMAN_VERSION},)
TARGET_BRANCH=$(or ${PULL_BASE_REF},${CURRENT_BRANCH})

ifeq (${TARGET_BRANCH},master)
HUMAN_VERSION=v2.18.0-dev-g$(shell git rev-parse --short HEAD)
HUMAN_VERSION=v2.18.4-dev-g$(shell git rev-parse --short HEAD)
else
HUMAN_VERSION=$(or $(shell git describe --tags --match "v[0-9]*"),v2.18.0-dev-g$(shell git rev-parse --short HEAD))
HUMAN_VERSION=$(or $(shell git describe --tags --match "v[0-9]*"),v2.18.4-dev-g$(shell git rev-parse --short HEAD))
endif
endif

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kubermatic-dashboard",
"private": true,
"type": "module",
"version": "v2.18.0",
"version": "v2.18.4",
"description": "Kubermatic Dashboard",
"repository": "https://github.com/kubermatic/dashboard",
"license": "proprietary",
Expand Down

0 comments on commit 38c76b4

Please sign in to comment.