Skip to content

Commit 0bfc1e7

Browse files
authored
misc: bump version to v0.13.0 (#465)
Bumped the version to v0.13.0 after releasing v0.12.0 in #462.
1 parent 1a60d28 commit 0bfc1e7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.changelog/0.13.0.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[breaking]]
2+
title = ""
3+
description = ""
4+
5+
[[features]]
6+
title = ""
7+
description = ""
8+
9+
[[enhancements]]
10+
title = ""
11+
description = ""
12+
13+
[[bugs]]
14+
title = ""
15+
description = ""

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0-dev
1+
0.13.0-dev

internal/provider/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ package provider
77
// TODO: Make sure this variable is updated every time a new version is released
88

99
// Version contains the current terraform provider version.
10-
const Version = "0.12.0"
10+
const Version = "0.13.0"

0 commit comments

Comments
 (0)