Skip to content

Commit

Permalink
Prepare for 0.72.1 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed May 1, 2024
1 parent e39b564 commit cc6e5e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions artifacts/definitions/Server/Internal/ToolDependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ description: |
tools:
- name: VelociraptorWindows
url: https://github.com/Velocidex/velociraptor/releases/download/v0.72/velociraptor-v0.72.0-windows-amd64.exe
url: https://github.com/Velocidex/velociraptor/releases/download/v0.72/velociraptor-v0.72.1-windows-amd64.exe
serve_locally: true
version: 0.72.0
version: 0.72.1

- name: VelociraptorWindows_x86
url: https://github.com/Velocidex/velociraptor/releases/download/v0.72/velociraptor-v0.72.0-windows-386.exe
url: https://github.com/Velocidex/velociraptor/releases/download/v0.72/velociraptor-v0.72.1-windows-386.exe
serve_locally: true
version: 0.72.0
version: 0.72.1

- name: VelociraptorLinux
url: https://github.com/Velocidex/velociraptor/releases/download/v0.72/velociraptor-v0.72.0-linux-amd64-musl
url: https://github.com/Velocidex/velociraptor/releases/download/v0.72/velociraptor-v0.72.1-linux-amd64-musl
serve_locally: true
version: 0.72.0
version: 0.72.1

# On MacOS we can not embed the config in the binary so we use a
# shell script stub instead. See
Expand All @@ -31,11 +31,11 @@ tools:
serve_locally: true

- name: VelociraptorWindowsMSI
url: https://github.com/Velocidex/velociraptor/releases/download/v0.72/velociraptor-v0.72.0-windows-amd64.msi
url: https://github.com/Velocidex/velociraptor/releases/download/v0.72/velociraptor-v0.72.1-windows-amd64.msi
serve_locally: true
version: 0.72.0
version: 0.72.1

- name: VelociraptorWindows_x86MSI
url: https://github.com/Velocidex/velociraptor/releases/download/v0.72/velociraptor-v0.72.0-windows-386.msi
url: https://github.com/Velocidex/velociraptor/releases/download/v0.72/velociraptor-v0.72.1-windows-386.msi
serve_locally: true
version: 0.72.0
version: 0.72.1
2 changes: 1 addition & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

const (
VERSION = "0.72.0"
VERSION = "0.72.1"

ENROLLMENT_WELL_KNOWN_FLOW = "E:Enrol"
MONITORING_WELL_KNOWN_FLOW = FLOW_PREFIX + "Monitoring"
Expand Down

0 comments on commit cc6e5e5

Please sign in to comment.