mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-04 02:17:25 -08:00
a58489857d
Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
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.22.0"
|