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..b66bc23bd 100755 --- a/vpp-version +++ b/vpp-version @@ -1,5 +1,5 @@ #!/bin/sh -echo 'RELEASE' +echo '18.07-release' # Determines which VPP version to use in hc2vpp-integration job. # 'RELEASE' will use the latest VPP in the respective branch. |