chore: bump version to v0.2.2 across all components
- Update pyproject.toml version from 0.1.0 to v0.2.2 - Update FastAPI app version in blockchain node - Update mock coordinator API version - Update RPC version in blockchain info endpoint
This commit is contained in:
@@ -108,7 +108,7 @@ async def lifespan(app: FastAPI):
|
||||
|
||||
|
||||
def create_app() -> FastAPI:
|
||||
app = FastAPI(title="AITBC Blockchain Node", version="0.1.0", lifespan=lifespan)
|
||||
app = FastAPI(title="AITBC Blockchain Node", version="v0.2.2", lifespan=lifespan)
|
||||
|
||||
# Middleware (applied in reverse order)
|
||||
app.add_middleware(RequestLoggingMiddleware)
|
||||
|
||||
Reference in New Issue
Block a user