diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-09-05 13:21:19 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-09-05 13:21:19 +0200 |
commit | 79ecf968f27fca0a75d6db5ab40920ba04873448 (patch) | |
tree | 9dfe302f2ea6a207912a369ec51ec6ecff8349f0 /resources | |
parent | b4e5c717f5e2c39ded81f0c6f7b0f9f61945befd (diff) |
Add known issues to report 18.07
Change-Id: Ide101c80e2ef13021f25096da6afd9e4364ee263
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-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..2792190e3e 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 "1.1" \ --logging INFO \ --force |