Skip to content

Commit

Permalink
Correct API version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keithralphs committed May 23, 2023
1 parent 7f17e32 commit ad503ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user/reference/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ components:
type: object
info:
title: BlueAPI Control
version: 0.2.2
version: 0.0.2
openapi: 3.0.2
paths:
/devices:
Expand Down
2 changes: 1 addition & 1 deletion src/blueapi/service/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .handler import Handler, get_handler, setup_handler, teardown_handler
from .model import DeviceModel, DeviceResponse, PlanModel, PlanResponse, TaskResponse

REST_API_VERSION = "0.2.2"
REST_API_VERSION = "0.0.2"


@asynccontextmanager
Expand Down

0 comments on commit ad503ea

Please sign in to comment.