db028221ae
Summary: Map literals are removed from user tech upcoming features. Reviewers: mferencevic, teon.banek Reviewed By: teon.banek Subscribers: pullbot, buda Differential Revision: https://phabricator.memgraph.io/D671
11 lines
303 B
Bash
Executable File
11 lines
303 B
Bash
Executable File
#!/bin/bash
|
|
|
|
working_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
# TODO: add arguments --previous-version & --next-version
|
|
# TODO: validate version format
|
|
# TODO: if version isn't updated bundle can't succeed
|
|
# TODO: integrate with bundle
|
|
|
|
sed -i "s@$1@$2@g" ${working_dir}/installation.md
|