Skip to content

Commit 2f5e3a0

Browse files
committed
Release 1.4.0: Update AppVersion constant
1 parent 3d914ff commit 2f5e3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iam-policy-json-to-terraform.go

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

1414
// AppVersion : current version
15-
const AppVersion = "1.3.0"
15+
const AppVersion = "1.4.0"
1616

1717
func main() {
1818
policyName := flag.String("name", "policy", "name of the policy in generated hcl")

0 commit comments

Comments
 (0)