Skip to content

Commit

Permalink
Bump version to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElectronWill committed May 13, 2024
1 parent d8664e2 commit 2ca3b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Execution failed for task ':japicmp'.
- baseline: core-3.6.7.jar, hocon-3.6.7.jar, json-3.6.7.jar, toml-3.6.7.jar, yaml-3.6.7.jar.
See failure report at file:///home/guillaume/Documents/Projets/night-config/build/reports/japicmp.html
```
```
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/night-config-lib.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ project.afterEvaluate {

// Set project metadata for publishing
group = "com.electronwill.night-config"
version = "3.7.0"
version = "3.7.1"

// Publish the library as a Maven artifact.
publishing {
Expand Down

0 comments on commit 2ca3b8c

Please sign in to comment.