diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-08-15 12:25:09 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-08-15 12:26:52 +0000 |
commit | 697846e3dfb5e62531fd7eafbf3374d73bdb36ee (patch) | |
tree | 46b2ea801be70cad92806435d12c0a346a38328c | |
parent | d51998837a8f3ffec12bd0f25e06013f945be160 (diff) |
Bump report version to final
Change-Id: Ie424687a126b2ee5ffcbc5a0774474a67cc0cf50
Signed-off-by: Peter Mikus <pmikus@cisco.com>
(cherry picked from commit 5cf543e186c7d04c4d2feaed5e5606539a4df9be)
-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 f4b5531305..9435ce01a6 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.3" \ + --version "1.0" \ --logging INFO \ --force |