mirror of
https://github.com/siderolabs/omni.git
synced 2026-05-08 16:16:12 +02:00
Bump copyright for conformance to 2026 Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
12 lines
368 B
Go
12 lines
368 B
Go
// Copyright (c) 2026 Sidero Labs, Inc.
|
|
//
|
|
// Use of this software is governed by the Business Source License
|
|
// included in the LICENSE file.
|
|
|
|
package version
|
|
|
|
// API represents the current API version of the backend, and is checked by the clients for compatibility.
|
|
//
|
|
// When the backend API changes in a breaking way, this needs to be bumped.
|
|
const API uint32 = 2
|