Commit c0e11cdd authored by acud's avatar acud Committed by GitHub

chore: bump version to 1.1.1 (#2388)

parent 657c723f
openapi: 3.0.3
info:
version: 1.1.0
version: 1.1.1
title: Bee API
description: "A list of the currently provided Interfaces to interact with the swarm, implementing file operations and sending messages"
......
openapi: 3.0.3
info:
version: 1.1.0
version: 1.1.1
title: Bee Debug API
description: "A list of the currently provided debug interfaces to interact with the bee node"
......
......@@ -10,7 +10,7 @@ import (
)
var (
version = "1.1.0" // manually set semantic version number
version = "1.1.1" // manually set semantic version number
commitHash string // automatically set git commit hash
commitTime string // automatically set git commit time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment