From d256a19960115e6b2f7222c3573272e2973e7c5f Mon Sep 17 00:00:00 2001 From: Philip Guyton Date: Tue, 27 Aug 2024 13:22:49 +0100 Subject: [PATCH] Bump versions to a 5.0.14 base - testing branch #2894 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 9209a95b0..24963dbdb 100755 --- a/build.sh +++ b/build.sh @@ -53,7 +53,7 @@ echo # Add js libs. See: https://github.com/rockstor/rockstor-jslibs # Set jslibs_version of GitHub release: -jslibs_version=5.0.13 +jslibs_version=5.0.14 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 3c134e2b0..ab4d467d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "rockstor" -version = "5.0.13" +version = "5.0.14" description = "Btrfs Network Attached Storage (NAS) Appliance." homepage = "https://rockstor.com/" repository = "https://github.com/rockstor/rockstor-core"