From 11f7a3202f6819c3d8e98949e13f26d534408b7e Mon Sep 17 00:00:00 2001 From: Dmitri Date: Sun, 14 Jun 2026 19:22:44 -0400 Subject: [PATCH] chore(release): release 0.4.2-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 53eccdf..38f9bbe 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,6 +1,6 @@ { "latestVersion": { - "version": "0.4.1", + "version": "0.4.2-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 5d6739a..f5b9e41 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ io.github.snytkine.apitester api-tester-cli - 0.4.1 + 0.4.2-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.