From 157344ddfa46cac32622af20df4e76fedc5fe9e0 Mon Sep 17 00:00:00 2001 From: Philip Guyton Date: Fri, 15 Sep 2023 16:10:05 +0100 Subject: [PATCH] Bump versions to a 5.0.4 base (Testing) - testing branch #2675 pyproject.toml build.sh --- build.sh | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index ce9bc57df..1095d6b4c 100644 --- a/build.sh +++ b/build.sh @@ -28,7 +28,7 @@ echo # Add js libs. See: https://github.com/rockstor/rockstor-jslibs # Set jslibs_version of GitHub release: -jslibs_version=5.0.3 +jslibs_version=5.0.4 jslibs_url=https://github.com/rockstor/rockstor-jslibs/archive/refs/tags/"${jslibs_version}".tar.gz # Check for rpm embedded, or previously downloaded jslibs. diff --git a/pyproject.toml b/pyproject.toml index de0a1e786..0e882c646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "rockstor" -version = "5.0.3" +version = "5.0.4" description = "Btrfs Network Attached Storage (NAS) Appliance." homepage = "https://rockstor.com/" repository = "https://github.com/rockstor/rockstor-core"