Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Change uTwin version to v2 #111

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023 General Motors GTO LLC
* Copyright (c) 2024 General Motors GTO LLC
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
Expand All @@ -19,7 +19,7 @@
* under the License.
*
* SPDX-FileType: SOURCE
* SPDX-FileCopyrightText: 2023 General Motors GTO LLC
* SPDX-FileCopyrightText: 2024 General Motors GTO LLC
* SPDX-License-Identifier: Apache-2.0
*/
syntax = "proto3";
Expand All @@ -38,7 +38,7 @@ option java_multiple_files = true;
// uTwin Service interface definition
service uTwin {
option (name) = "core.utwin"; // Service name
option (version_major) = 1;
option (version_major) = 2;
option (version_minor) = 0;
option (id) = 26;

Expand Down
Loading