Skip to content

Commit e4c5bdd

Browse files
committed
Version 3.1-SNAPSHOT
1 parent ca4dcfb commit e4c5bdd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Hamcrest Changes
22

3+
## Version 3.1 (Unreleased)
4+
5+
### Improvements
6+
7+
* TBD
8+
9+
### Bugfixes
10+
11+
* TBD
12+
313
## Version 3.0 (1st August 2024)
414

515
### Breaking Changes

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "org.hamcrest"
7-
version = "3.0"
7+
version = "3.1-SNAPSHOT"
88

99
subprojects {
1010
apply plugin: 'checkstyle'

0 commit comments

Comments
 (0)