Skip to content

Commit

Permalink
chore: Release satori-cli version 0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
omer-shtivi committed Jun 10, 2024
1 parent 6cc477c commit f7a018e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "satori-cli"
version = "0.0.26"
version = "0.0.27"
edition = "2021"
authors = ["Satori <devops@satoricyber.com>"]
description = "Allow Satori users to obation database crendtials without the need to login to the Satori data portal"
Expand Down
4 changes: 2 additions & 2 deletions bucket/satori_cli.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "0.0.26",
"version": "0.0.27",
"architecture": {
"64bit": {
"url": "https://github.com/SatoriCyber/satori-cli/releases/download/v0.0.26/satori-0.0.26-windows.zip",
"url": "https://github.com/SatoriCyber/satori-cli/releases/download/v0.0.27/satori-0.0.27-windows.zip",
"hash": "a5eef6d70f2a9a02e1f381621c407b194c29ad4d12b342166bdee39669b20ab3"
}
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Define variables
APP_NAME="satori"
LATEST_APP_VERSION="0.0.26"
LATEST_APP_VERSION="0.0.27"
DOWNLOAD_URL_PREFIX="https://github.com/SatoriCyber/satori-cli/releases/download/v$LATEST_APP_VERSION/$APP_NAME-$LATEST_APP_VERSION"

HAS_CURL="$(type "curl" &> /dev/null && echo true || echo false)"
Expand Down

0 comments on commit f7a018e

Please sign in to comment.