diff options
Diffstat (limited to 'vpp-version')
-rwxr-xr-x | vpp-version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp-version b/vpp-version index fea07c41e..30531913d 100755 --- a/vpp-version +++ b/vpp-version @@ -1,5 +1,5 @@ #!/bin/sh -echo 'RELEASE' +echo '17.10-release' # Determines which VPP version to use in hc2vpp-integration job. # 'RELEASE' will use the latest VPP in the respective branch. |