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 Nov 23, 2018
1 parent a4388ea commit 99b9efd
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. 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 - 2018-??-??

## 3.1.9 - 2018-11-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.sonarqube' version '2.6.2'
}

version = '3.1.9'
version = '3.1.10-SNAPSHOT'

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

0 comments on commit 99b9efd

Please sign in to comment.