We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e0adf commit fc520d8Copy full SHA for fc520d8
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -14,7 +14,7 @@ body:
14
attributes:
15
label: What version of the Terraform exporter are you using?
16
description: What version of the Terraform exporter for SAP BTP are you using?
17
- placeholder: 1.4.0
+ placeholder: 1.5.0
18
validations:
19
required: true
20
- type: input
cmd/root.go
@@ -12,7 +12,7 @@ import (
12
13
var verbose bool
-const version = "1.4.0"
+const version = "1.5.0"
var rootCmd = &cobra.Command{
Use: "btptf",
0 commit comments