Skip to content

Commit

Permalink
Bump up the binary version from the code (#1648)
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
  • Loading branch information
nmoretenable committed Nov 30, 2023
1 parent 5a4c44a commit 791983c
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.3"
const Terrascan = "1.18.5"

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

0 comments on commit 791983c

Please sign in to comment.