Skip to content

Commit

Permalink
release v3.1.0 generated by @lando/prepare-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfm-47 committed Apr 22, 2024
1 parent 51c9e6b commit 3e8d9b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47778,7 +47778,7 @@ var __webpack_exports__ = {};
"use strict";


const SCRIPT_VERSION = '3.0.11';
const SCRIPT_VERSION = 'v3.1.0';

const core = __nccwpck_require__(2186);
const exec = __nccwpck_require__(1514);
Expand Down
2 changes: 1 addition & 1 deletion dist/setup-lando.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ param(
[switch]$help
)

$SCRIPT_VERSION = "3.0.11"
$SCRIPT_VERSION = "v3.1.0"
$LANDO_DEFAULT_MV = "3"
$LANDO_SETUP_PS1_URL = "https://get.lando.dev/setup-lando.ps1"
$LANDO_SETUP_SH_URL = "https://get.lando.dev/setup-lando.sh"
Expand Down
2 changes: 1 addition & 1 deletion dist/setup-lando.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SCRIPT_VERSION="3.0.11"
SCRIPT_VERSION="v3.1.0"
#!/bin/bash
set -u
# Lando POSIX setup script.
Expand Down

0 comments on commit 3e8d9b1

Please sign in to comment.