diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-08-16 15:32:40 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-08-16 15:33:10 +0000 |
commit | 56778a99d5b370f3f1d61ae595fe2f39c5c00957 (patch) | |
tree | de2fb38a0f2516bcd5ce611f2461fc8afc015013 | |
parent | 966a5b95c5c24bf0bbbeca7e837743cb92d1144e (diff) |
Bump report version to 0.6
Change-Id: I820288a7209b6c0017ee42f5087f0687679ab078
Signed-off-by: Peter Mikus <pmikus@cisco.com>
-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 ed3dcf5f9e..2dc55cc9b6 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.5" \ + --version "0.6" \ --logging INFO \ --force |