Skip to content

Commit

Permalink
update version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Aug 29, 2023
1 parent 21db8f4 commit 9f271ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.11.0
FEATURES:
- Support coverage report
- Support cleanup report

ENHANCEMENTS:

BUG FIXES:

## v0.10.0

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

func VersionString() string {
return "0.10.0"
return "0.11.0"
}

0 comments on commit 9f271ee

Please sign in to comment.