Skip to content

Commit dc52d88

Browse files
LightOfHeaven1994mshriver
authored andcommitted
2.6.3 versioning
1 parent 630193f commit dc52d88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backend/ibutsu_server/openapi/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
description: A system to store and query test results
44
title: Ibutsu API
5-
version: 2.6.2
5+
version: 2.6.3
66
servers:
77
- url: /api
88
tags:

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
version = "2.6.2"
2+
version = "2.6.3"
33
name = "ibutsu_server"
44
description = "A system to store and query test results and artifacts"
55
authors = [

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibutsu-frontend",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"private": true,
55
"dependencies": {
66
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",

0 commit comments

Comments
 (0)