github.com/crossplane/upjet@v1.3.0/pkg/version/version.go (about) 1 // SPDX-FileCopyrightText: 2023 The Crossplane Authors <https://crossplane.io> 2 // 3 // SPDX-License-Identifier: Apache-2.0 4 5 // Package version contains the version of upjet repo 6 package version 7 8 // Version will be overridden with the current version at build time using the -X linker flag 9 var Version = "0.0.0"