Skip to content

Commit

Permalink
Merge pull request #263 from ekino/chore/prepare-9.0
Browse files Browse the repository at this point in the history
chore: prepare release 9.0.0
  • Loading branch information
celcius112 authored Mar 1, 2023
2 parents 6ef3926 + 1ddf185 commit ae6b13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It also requires a Spring Boot **MVC** web application.

| Spring Boot | starter-errors | Kotlin |
|:-----------:|:--------------:|:------:|
| 3.0 | 9.x | 1.8 |
| 3.0 | 9.x | 1.7 |
| 2.7 | 8.x | 1.7 |
| 2.6 | 7.x | 1.6 |
| 2.5 | 5.x | 1.5 |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("ekino.oss.test")
}

version = "9.0.0-SNAPSHOT"
version = "9.0.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit ae6b13c

Please sign in to comment.