Skip to content

Commit

Permalink
snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 12, 2023
1 parent a2f4894 commit 083398e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sonarqube {
}

group = 'com.github.pjfanning'
version = '4.1.2'
version = '4.1.3-SNAPSHOT'

sourceCompatibility = 1.8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ public void testExtraWhitespace() throws Exception {
Sheet sheet = workbook.getSheetAt(0);
for(Row row : sheet) {
for(Cell cell : row) {

}
}
}
Expand Down

0 comments on commit 083398e

Please sign in to comment.