mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-28 15:09:39 -08:00
b6955bf1ca
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
6 lines
166 B
Go
6 lines
166 B
Go
// Package hcloud is a library for the Hetzner Cloud API.
|
|
package hcloud
|
|
|
|
// Version is the library's version following Semantic Versioning.
|
|
const Version = "1.21.1"
|