From 6c185cda50868c3de436c6e7908e94d02951cb71 Mon Sep 17 00:00:00 2001 From: Dmitri Date: Sun, 14 Jun 2026 18:40:35 -0400 Subject: [PATCH] chore(release): release 0.4.1-SNAPSHOT --- docs/manifest.json | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index d60900a..a4e392b 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,6 +1,6 @@ { "latestVersion": { - "version": "0.4.0", + "version": "0.4.1-SNAPSHOT", "date": "2024-06-30", "releaseUrl": "https://github.com/api-tester/api-tester-cli/releases/tag/0.1.0", "message": "Download latest release from GitHub" diff --git a/pom.xml b/pom.xml index b7a968c..0503b3e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ io.github.snytkine.apitester api-tester-cli - 0.4.0 + 0.4.1-SNAPSHOT api-tester-cli Spring Boot + Spring Shell CLI for running HTTP API test suites defined in YAML, with Thymeleaf expression support and GraalVM native-image compatibility.