Skip to content

Commit

Permalink
Merge pull request #525 from eclipse/fix-version-in-env
Browse files Browse the repository at this point in the history
Change version in .env.sample and fix bump script
  • Loading branch information
henrikplate committed Dec 20, 2021
2 parents 88f9eed + 2e0f02c commit 07aa517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ if [ -z $is_snap ]; then
sed -i "" "s/${old_doc}/${new}/" docs/public.properties
sed -i "" "s/${old_doc}/${new}/" docker/setup-steady.sh
sed -i "" "s/${old_doc}/${new}/" docker/start-steady.sh
sed -i "" "s/${old_doc}/${new}/" docker/.env.sample
fi

# Kubernetes doc files
Expand Down
2 changes: 1 addition & 1 deletion docker/.env.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Eclipse Steady
VULAS_RELEASE=3.2.0
VULAS_RELEASE=3.2.2
VULAS_ENV=prod

# *** MANDATORY SETTINGS ***
Expand Down

0 comments on commit 07aa517

Please sign in to comment.