blob: 6655d702606e1f84dd5d556ac002b41d3ab0e7a7 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
#
# Defines jvpp version used by hc2vpp-integration job
# which produces honeycomb deb and RPM artifacts.
#
# Version should match the one used in pom files.
#
echo 17.10
|