Skip to content

Commit 5e6f9aa

Browse files
committed
bump
1 parent 1aad406 commit 5e6f9aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env_template

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ COMPOSE_FILE=docker/default.yml:docker/local.override.yml
1313
#COMPOSE_FILE=docker/default.yml:docker/local.override.yml:docker/elasticsearch.yml
1414

1515
# If you want to run a specific version, populate this
16-
# REACT_APP_INTELOWL_VERSION="1.5.0"
16+
# REACT_APP_INTELOWL_VERSION="1.5.1"

.github/release_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Checklist for creating a new release
22

3-
- [ ] Change version number in `docker/.version`
3+
- [ ] Change version number in `docker/.version` and in `.env_template`
44
- [ ] Verify CI Tests
55
- [ ] Verify that the PR is named with a correct version number like x.x.x
66
- [ ] Merge the PR to the `main` branch. The release will be done automatically by the CI

docker/.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
REACT_APP_GREEDYBEAR_VERSION="1.5.0"
1+
REACT_APP_GREEDYBEAR_VERSION="1.5.1"

0 commit comments

Comments
 (0)