Skip to content

Commit

Permalink
Promoted version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Mar 18, 2022
1 parent 7d93b70 commit a83ede1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 1.1.1 (March 18, 2022)
- Upgrade maven & gradle build-info extractors
- New static code analysis badges added to README

## 1.1.0 (February 24, 2022)
- Support for yarn
- Add checksum to npm dependencies
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

var log utils.Log
var cliVersion = "1.1.0"
var cliVersion = "1.1.1"

func main() {
log = utils.NewDefaultLogger(getCliLogLevel())
Expand Down

0 comments on commit a83ede1

Please sign in to comment.