diff options
author | 2018-08-16 10:01:08 +0000 | |
---|---|---|
committer | 2018-08-16 10:03:41 +0000 | |
commit | 7576eb0d614d992f7d8d59838589ab8100428c0d (patch) | |
tree | dc8d85a3dd7ef4a9c47c7da5a99f5526fee06a80 | |
parent | a552dd9f3770b5205afdcffd3df6590ffd821c04 (diff) |
Change report version to 0.5
Change-Id: I556a8e98d1725ed9465eca2721886869a3a1a39b
Signed-off-by: Peter Mikus <pmikus@cisco.com>
(cherry picked from commit 0b752a7820087d5fec452d00c3bc42b8f1298501)
-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 9435ce01a6..ed3dcf5f9e 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 "1.0" \ + --version "0.5" \ --logging INFO \ --force |