Skip to content

Commit a885be3

Browse files
authored
chore: prepare release 1.4.0 (#479)
Co-authored-by: Christian Lechner <22294087+lechnerc77@users.noreply.github.com>
1 parent 00e5fe2 commit a885be3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ body:
1414
attributes:
1515
label: What version of the Terraform exporter are you using?
1616
description: What version of the Terraform exporter for SAP BTP are you using?
17-
placeholder: 1.2.0
17+
placeholder: 1.4.0
1818
validations:
1919
required: true
2020
- type: input
2121
attributes:
2222
label: What version of the Terraform CLI/OpenTofu CLI are you using?
2323
description: What version of the Terraform CLI are you using?
24-
placeholder: 1.11.4
24+
placeholder: 1.13.3
2525
validations:
2626
required: true
2727
- type: dropdown

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
var verbose bool
1414

15-
const version = "1.3.1"
15+
const version = "1.4.0"
1616

1717
var rootCmd = &cobra.Command{
1818
Use: "btptf",

0 commit comments

Comments
 (0)