diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-components.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-components.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto index 595c580a001..7b776586468 100644 --- a/sonar-ws/src/main/protobuf/ws-components.proto +++ b/sonar-ws/src/main/protobuf/ws-components.proto @@ -121,6 +121,7 @@ message Component { // Root project key optional string project = 17; optional string branch = 18; + optional string version = 19; message Tags { repeated string tags = 1; |