diff options
author | Maciek Konstantynowicz <mkonstan@cisco.com> | 2018-08-17 23:04:51 +0100 |
---|---|---|
committer | Maciek Konstantynowicz <mkonstan@cisco.com> | 2018-08-17 22:06:18 +0000 |
commit | 94240edbf9219aa61ce52cf34480ea7d0ef59d86 (patch) | |
tree | f8b8e39bfd20afc34213e402ea0336edb2a23de7 | |
parent | 79d2ed9feaf5d65a931656e1a53a87eccf691c39 (diff) |
report 18.07: Bump report version to v0.9.
Change-Id: Ic4f5520f69d0a97afe54aa8fed269812993d66f7
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
(cherry picked from commit ec497a5a8a47544147f130187f178de40b80e5c0)
-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 |