diff --git a/bucket/jx.json b/bucket/jx.json index 3d9429a2c1..73d9659cb0 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.181", + "version": "3.10.182", "description": "A command line tool for installing and using Jenkins X", "homepage": "https://github.com/jenkins-x/jx", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.181/jx-windows-amd64.zip", - "hash": "342ea0521fa266575557e8eb672bbe66262adb5f6fd547e585d40fb2a0253d76" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.182/jx-windows-amd64.zip", + "hash": "a615777fb4e0a89887a4d0124a8d857185790f9ec761975e68810280f11e9b0c" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.181/jx-windows-arm64.zip", - "hash": "bd197c03ca3636723f1921e4c7527873ccb8c57bda10e44284f8cd538a97db7f" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.182/jx-windows-arm64.zip", + "hash": "00e50a12dbc6f04d1a89fb00fdc64670e0e3fe9b9f98c5fb14935190b57b0c6e" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",