We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cfb90 commit 4a49ae1Copy full SHA for 4a49ae1
backend/ibutsu_server/openapi/openapi.yaml
@@ -2,7 +2,7 @@ openapi: 3.0.0
2
info:
3
description: A system to store and query test results
4
title: Ibutsu API
5
- version: 2.8.2
+ version: 2.8.3
6
servers:
7
- url: /api
8
tags:
backend/pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
-version = "2.8.2"
+version = "2.8.3"
name = "ibutsu_server"
description = "A system to store and query test results and artifacts"
authors = [
frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "ibutsu-frontend",
- "version": "2.8.2",
+ "version": "2.8.3",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
0 commit comments