diff --git a/README.md b/README.md index 2c4b3be..b5e431c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![Grace on X](https://img.shields.io/twitter/follow/graceframework?style=social)](https://twitter.com/graceframework) [![Groovy Version](https://img.shields.io/badge/Groovy-4.0.24-blue?style=flat&color=4298b8)](https://groovy-lang.org/releasenotes/groovy-4.0.html) -[![Grace Version](https://img.shields.io/badge/Grace-2023.2.0-blue?style=flat&color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2023.2.0) -[![Spring Boot Version](https://img.shields.io/badge/Spring_Boot-3.2.12-blue?style=flat&color=6db33f)](https://github.com/spring-projects/spring-boot/releases/tag/v3.2.12) +[![Grace Version](https://img.shields.io/badge/Grace-2023.3.0-blue?style=flat&color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0-M1) +[![Spring Boot Version](https://img.shields.io/badge/Spring_Boot-3.3.7-blue?style=flat&color=6db33f)](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.7) # Use `@SpringBootTest` with Grace apps @@ -13,8 +13,8 @@ This guide walks you through the process of creating a Grace application and the ### Creating a new Grace app ```bash -$ sdk install grace 2023.2.0 -$ sdk use grace 2023.2.0 +$ sdk install grace 2023.3.0-M1 +$ sdk use grace 2023.3.0-M1 $ grace create-app grace.guides.gs-spring-boot-test ```