Commit 917ed48c authored by acud's avatar acud Committed by GitHub

chore: bump to 1.1.0 (#2386)

parent d5f15317
openapi: 3.0.3
info:
version: 1.0.1
version: 1.1.0
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.0.1
version: 1.1.0
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.0.2" // manually set semantic version number
version = "1.1.0" // 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