Skip to content

Commit

Permalink
Bump version to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Jan 10, 2024
1 parent a45e316 commit 19e6fc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## HCloud v2.0.0 (2024-01-10)

- Remove `deprecated` attribute from `ISO`

Expand Down
6 changes: 3 additions & 3 deletions lib/hcloud/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

module HCloud
module Version
MAJOR = 1
MINOR = 7
PATCH = 2
MAJOR = 2
MINOR = 0
PATCH = 0
PRE = nil

VERSION = [MAJOR, MINOR, PATCH].compact.join(".")
Expand Down

0 comments on commit 19e6fc0

Please sign in to comment.