From 42ed29f80459d1836c671c1242e72fd276690232 Mon Sep 17 00:00:00 2001 From: Philip Guyton Date: Fri, 28 Apr 2023 15:13:08 +0100 Subject: [PATCH] Bump versions to a 4.5.9 base (RC6) #2541 We are keeping our jslibs version in sync, and need to increase our pyproject.toml definition in line with our pending git tag. --- build.sh | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 9da259cf7..21462e84d 100644 --- a/build.sh +++ b/build.sh @@ -25,7 +25,7 @@ echo # Add js libs. See: https://github.com/rockstor/rockstor-jslibs # Set jslibs_version of GitHub release: -jslibs_version=4.5.8 +jslibs_version=4.5.9 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 dd7f0f0f3..1ed636cf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "rockstor" -version = "4.5.8" +version = "4.5.9" description = "Btrfs Network Attached Storage (NAS) Appliance." homepage = "https://rockstor.com/" repository = "https://github.com/rockstor/rockstor-core"