diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-10-31 21:31:44 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-10-31 20:33:20 +0000 |
commit | 9690198c59a4f6544337a7ac5cb86cf71cfaa957 (patch) | |
tree | cbb80db7fefa043d8595c3fe24a699c341dd7550 | |
parent | 893eb8bbbc28280f2ff9a46dde5393f8ec95158c (diff) |
Change the version
Change-Id: I4fac272bf3f0bf9bdbf446ea3c2eff48966c600e
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit e12b14a8a0713a08122ac0096bcd88002670bcba)
(cherry picked from commit b7e8f88289895dfbd9458146a4bf9565ed9e89dc)
-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 2792190e3e..8dcd17bbf9 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.1" \ + --version "0.1" \ --logging INFO \ --force |