Skip to content

Commit

Permalink
prepare for the next development
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Dec 8, 2021
1 parent 77c98d0 commit 8023af6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ This is the changelog for SpotBugs. This follows [Keep a Changelog v1.0.0](http:

Currently the versioning policy of this project follows [Semantic Versioning v2.0.0](http://semver.org/spec/v2.0.0.html).

## Unreleased - 2022-??-??

## 4.5.1 - 2021-12-08
### Fixed
- Ant task does not produce XML anymore ([#1827](https://github.com/spotbugs/spotbugs/issues/1827))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.github.spotbugs'
version = '4.5.1'
version = '4.5.2-SNAPSHOT'

apply from: "$rootDir/gradle/java.gradle"
apply from: "$rootDir/gradle/jacoco.gradle"
Expand Down

0 comments on commit 8023af6

Please sign in to comment.