Skip to content

Commit

Permalink
Bump versions to a 4.6.1 base (Stable) - master branch rockstor#2615
Browse files Browse the repository at this point in the history
pyproject.toml build.sh
  • Loading branch information
phillxnet committed Jul 12, 2023
1 parent 7051ade commit 6e08e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo

# Add js libs. See: https://github.com/rockstor/rockstor-jslibs
# Set jslibs_version of GitHub release:
jslibs_version=4.6.0
jslibs_version=4.6.1
jslibs_url=https://github.com/rockstor/rockstor-jslibs/archive/refs/tags/"${jslibs_version}".tar.gz

# Check for rpm embedded, or previously downloaded jslibs.
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 = "poetry.core.masonry.api"

[tool.poetry]
name = "rockstor"
version = "4.6.0"
version = "4.6.1"
description = "Btrfs Network Attached Storage (NAS) Appliance."
homepage = "https://rockstor.com/"
repository = "https://github.com/rockstor/rockstor-core"
Expand Down

0 comments on commit 6e08e10

Please sign in to comment.