Skip to content

Commit fc520d8

Browse files
authored
chore: prep release (#536)
Co-authored-by: Christian Lechner <22294087+lechnerc77@users.noreply.github.com>
1 parent 47e0adf commit fc520d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.4.0
17+
placeholder: 1.5.0
1818
validations:
1919
required: true
2020
- type: input

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.4.0"
15+
const version = "1.5.0"
1616

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

0 commit comments

Comments
 (0)