diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-10-31 21:31:44 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-10-31 21:31:44 +0100 |
commit | e12b14a8a0713a08122ac0096bcd88002670bcba (patch) | |
tree | 5403712f7c3e33680685af237af504928cd9b57f /resources/tools | |
parent | b932d6a6b053fc1262fe1e4012a12e75d7e13e2c (diff) |
Change the version
Change-Id: I4fac272bf3f0bf9bdbf446ea3c2eff48966c600e
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-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 |