Skip to content

Commit

Permalink
bump up version to v1.18.8 (#1655)
Browse files Browse the repository at this point in the history
* fix for crash in lambda function cft yaml if code key is not present

* removed duplicate tag image tag

* bump up the version to 1.18.5

* added feature to parse cft template for ssm parameter

* bumped the version to 1.18.7

* bump up version to v1.18.8
  • Loading branch information
nmoretenable authored Dec 14, 2023
1 parent 5bc725a commit a4faf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package version
import "fmt"

// Terrascan The Terrascan version
const Terrascan = "1.18.7"
const Terrascan = "1.18.8"

// Get returns the terrascan version
func Get() string {
Expand Down

0 comments on commit a4faf59

Please sign in to comment.