1*ef3a692cSMatthias Maennich# Copyright 2022 The Bazel Authors. All rights reserved. 2*ef3a692cSMatthias Maennich# 3*ef3a692cSMatthias Maennich# Licensed under the Apache License, Version 2.0 (the "License"); 4*ef3a692cSMatthias Maennich# you may not use this file except in compliance with the License. 5*ef3a692cSMatthias Maennich# You may obtain a copy of the License at 6*ef3a692cSMatthias Maennich# 7*ef3a692cSMatthias Maennich# http://www.apache.org/licenses/LICENSE-2.0 8*ef3a692cSMatthias Maennich# 9*ef3a692cSMatthias Maennich# Unless required by applicable law or agreed to in writing, software 10*ef3a692cSMatthias Maennich# distributed under the License is distributed on an "AS IS" BASIS, 11*ef3a692cSMatthias Maennich# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12*ef3a692cSMatthias Maennich# See the License for the specific language governing permissions and 13*ef3a692cSMatthias Maennich# limitations under the License. 14*ef3a692cSMatthias Maennich"""The version of bazelbuild/platforms.""" 15*ef3a692cSMatthias Maennich 16*ef3a692cSMatthias Maennichversion = "0.0.10" 17