diff options
author | Maciek Konstantynowicz <mkonstan@cisco.com> | 2018-08-17 23:04:51 +0100 |
---|---|---|
committer | Maciek Konstantynowicz <mkonstan@cisco.com> | 2018-08-17 23:04:51 +0100 |
commit | ec497a5a8a47544147f130187f178de40b80e5c0 (patch) | |
tree | 2055d58d725cc6eba500253484ffd206166014c9 /resources/tools/presentation | |
parent | c232ccdd329a3e4544757244882cf1eb461c6954 (diff) |
report 18.07: Bump report version to v0.9.
Change-Id: Ic4f5520f69d0a97afe54aa8fed269812993d66f7
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Diffstat (limited to 'resources/tools/presentation')
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 2a0fcfa2b0..7139da3f97 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd` python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --version "0.8" \ + --version "0.9" \ --logging INFO \ --force |