mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-08 16:12:16 -04:00
5 lines
166 B
Go
5 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"
|