Skip to content

Commit

Permalink
Promoted version to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gailazar300 committed Jun 7, 2022
1 parent f16098b commit 2a9224c
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,4 +1,8 @@
# Release Notes
## 1.3.0 (Jun 7, 2022)
- Add Dotnet support
- Bug: Duplicate artifacts are counted by their paths instead of their names

## 1.2.6 (May 8, 2022)
- Added pip & pipenv usage to the README
- Bug fix - Missing npm dependencies cause an error
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
const logLevelEnv = "BUILD_INFO_LOG_LEVEL"

var log utils.Log
var cliVersion = "1.2.6"
var cliVersion = "1.3.0"

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

0 comments on commit 2a9224c

Please sign in to comment.