memgraph/docs/user_technical/update_version
Marko Budiselic db028221ae Workin progress. v0.7.0 docs update + update script.
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
2017-09-07 09:46:55 +02:00

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