mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 10:21:20 -05: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.15.1"
|