Skip to content

Commit

Permalink
deploy: b608d0e
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke committed Feb 16, 2024
1 parent 0bf0b6a commit 153e8df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

$dnvmFeed = if ($env:DNVM_FEED) { $env:DNVM_FEED } else { "https://github.com/dn-vm/dnvm/releases/download" }
$latestVersion = "0.6.6" # To be replaced during publish
$latestVersion = "0.6.7" # To be replaced during publish

$url = "$dnvmFeed/v$latestVersion/dnvm-$latestVersion-win-x64.zip"

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ main() {
local _rid="$RETVAL"
assert_nz "$_rid" "rid"

local _latestVersion="0.6.6" # To be replaced during publishing
local _latestVersion="0.6.7" # To be replaced during publishing
local _url="${DNVM_FEED}/v${_latestVersion}/dnvm-${_latestVersion}-$_rid.tar.gz"

local _dir="$(ensure mktemp -d)"
Expand Down
2 changes: 1 addition & 1 deletion releases.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"latestVersion":{"version":"0.6.6","artifacts":{"linux-x64":"https://github.com/dn-vm/dnvm/releases/download/v0.6.6/dnvm-0.6.6-linux-x64.tar.gz","osx-x64":"https://github.com/dn-vm/dnvm/releases/download/v0.6.6/dnvm-0.6.6-osx-x64.tar.gz","win-x64":"https://github.com/dn-vm/dnvm/releases/download/v0.6.6/dnvm-0.6.6-win-x64.zip"}}}
{"latestVersion":{"version":"0.6.7","artifacts":{"linux-x64":"https://github.com/dn-vm/dnvm/releases/download/v0.6.7/dnvm-0.6.7-linux-x64.tar.gz","osx-x64":"https://github.com/dn-vm/dnvm/releases/download/v0.6.7/dnvm-0.6.7-osx-x64.tar.gz","win-x64":"https://github.com/dn-vm/dnvm/releases/download/v0.6.7/dnvm-0.6.7-win-x64.zip"}}}

0 comments on commit 153e8df

Please sign in to comment.