From 0a8543bcfd93ecb0dbfa1f209f19b6280e4917be Mon Sep 17 00:00:00 2001 From: Philip Guyton Date: Mon, 29 Jan 2024 10:20:52 +0000 Subject: [PATCH] Bump versions to a 5.0.7 base - testing branch #2791 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 992d6fbe0..af25e3783 100644 --- a/build.sh +++ b/build.sh @@ -49,7 +49,7 @@ echo # Add js libs. See: https://github.com/rockstor/rockstor-jslibs # Set jslibs_version of GitHub release: -jslibs_version=5.0.6 +jslibs_version=5.0.7 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 34e9dc0bc..c4acee101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "rockstor" -version = "5.0.6" +version = "5.0.7" description = "Btrfs Network Attached Storage (NAS) Appliance." homepage = "https://rockstor.com/" repository = "https://github.com/rockstor/rockstor-core"