Skip to content

Commit

Permalink
release 1.1.0 update
Browse files Browse the repository at this point in the history
Signed-off-by: barakda <[email protected]>
  • Loading branch information
barakda committed Mar 13, 2024
1 parent d441ee0 commit 9904bd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Globals
VERSION="1.0.0"
VERSION="1.1.0"
CEPH_VERSION="18.2.2"
SPDK_VERSION="23.01.1"
CONTAINER_REGISTRY="quay.io/ceph"
Expand Down
2 changes: 1 addition & 1 deletion control/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .utils import GatewayUtils
from .utils import GatewayEnumUtils

BASE_GATEWAY_VERSION="1.0.0"
BASE_GATEWAY_VERSION="1.1.0"

def errprint(msg):
print(msg, file = sys.stderr)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "pdm.backend"

[project]
name = "ceph-nvmeof"
version = "1.0.0"
version = "1.1.0"
description = "Service to provide Ceph storage over NVMe-oF protocol"
readme = "README.md"
requires-python = "~=3.9"
Expand Down

0 comments on commit 9904bd5

Please sign in to comment.