certspotter/version.go

13 lines
402 B
Go
Raw Normal View History

2022-06-07 14:22:27 +02:00
// Copyright (C) 2022 Opsmate, Inc.
2021-10-12 16:27:42 +02:00
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License, v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// This software is distributed WITHOUT A WARRANTY OF ANY KIND.
// See the Mozilla Public License for details.
package certspotter
2022-06-13 17:23:35 +02:00
const Version = "0.14.0"