From 8f8638e6db4df7e9732c1efb3fc3fba9913a779a Mon Sep 17 00:00:00 2001 From: pptx704 Date: Sat, 18 Apr 2026 14:47:25 +0600 Subject: [PATCH] Bump version to 0.1.2 --- VERSION_CP | 2 +- internal/api/openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION_CP b/VERSION_CP index 17e51c3..d917d3e 100644 --- a/VERSION_CP +++ b/VERSION_CP @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/internal/api/openapi.yaml b/internal/api/openapi.yaml index 998ef68..4cd6959 100644 --- a/internal/api/openapi.yaml +++ b/internal/api/openapi.yaml @@ -2,7 +2,7 @@ openapi: "3.1.0" info: title: Wrenn API description: MicroVM-based code execution platform API. - version: "0.1.0" + version: "0.1.2" servers: - url: http://localhost:8080