Skip to content

Commit

Permalink
prepare for next development
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Mar 10, 2019
1 parent 89f2794 commit 3db2de4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This is the changelog for SpotBugs Gradle Plugin. This follows [Keep a Changelog

Currently the versioning policy of this project follows [Semantic Versioning](http://semver.org/) from version 1.6.0.

## Unreleased - 2019-??-??

## 1.6.11 - 2019-03-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply from: "$rootDir/gradle/sonar.gradle"
apply from: "$rootDir/gradle/deploy.gradle"
apply from: "$rootDir/gradle/spotless.gradle"

version = '1.6.11'
version = '1.7.0-SNAPSHOT'
group = "com.github.spotbugs"
def spotBugsVersion = '3.1.12'
def slf4jVersion = '1.8.0-beta4'
Expand Down

0 comments on commit 3db2de4

Please sign in to comment.