Skip to content

Commit fd7b965

Browse files
committed
Release 2.4.1
1 parent 001d437 commit fd7b965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you need to use Spring Data JDBC's Persistence features and SQL execution fun
5959
<dependency>
6060
<groupId>com.navercorp.spring</groupId>
6161
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
62-
<version>2.4.1-SNAPSHOT</version>
62+
<version>2.4.1</version>
6363
</dependency>
6464
```
6565

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
allprojects {
1717
group = "com.navercorp.spring"
18-
version = "2.4.1-SNAPSHOT"
18+
version = "2.4.1"
1919
}
2020

2121
subprojects {

0 commit comments

Comments
 (0)