Skip to content

Commit

Permalink
Adds v to version
Browse files Browse the repository at this point in the history
  • Loading branch information
digiserg committed Sep 25, 2024
1 parent 30605ed commit 8b61e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop' # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://github.com/axonops/axonops-workbench-cassandra/releases/download/1.0.0-beta1/AxonOps.Workbench-1.0.0-beta1-win-x64.exe'
$url64 = 'https://github.com/axonops/axonops-workbench-cassandra/releases/download/v1.0.0-beta1/AxonOps.Workbench-1.0.0-beta1-win-x64.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion tools/chocolateyinstall.ps1.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop' # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://github.com/axonops/axonops-workbench-cassandra/releases/download/%VERSION%/AxonOps.Workbench-%VERSION%-win-x64.exe'
$url64 = 'https://github.com/axonops/axonops-workbench-cassandra/releases/download/v%VERSION%/AxonOps.Workbench-%VERSION%-win-x64.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 8b61e06

Please sign in to comment.