Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit a4ff038

Browse files
committed
beta.1
1 parent a5f561f commit a4ff038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: web/src/views/environment/bootstrapGuide.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function ConnectCluster(props) {
1313
<p className="font-medium">Prerequisite - Install Gimlet CLI</p>
1414
<CopiableCodeSnippet
1515
copiable
16-
code={`curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v0.27.0/gimlet-$(uname)-$(uname -m)" -o gimlet
16+
code={`curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v1.0.0-beta.1/gimlet-$(uname)-$(uname -m)" -o gimlet
1717
chmod +x gimlet
1818
sudo mv ./gimlet /usr/local/bin/gimlet`}
1919
/>

Diff for: web/src/views/profile/profile.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default class Profile extends Component {
5151
</h3>
5252
<code
5353
className="block whitespace-pre overflow-x-scroll font-mono text-sm p-2 my-4 bg-neutral-800 dark:bg-neutral-900 text-yellow-100 rounded">
54-
{`curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v0.27.0/gimlet-$(uname)-$(uname -m)" -o gimlet
54+
{`curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v1.0.0-beta.1/gimlet-$(uname)-$(uname -m)" -o gimlet
5555
chmod +x gimlet
5656
sudo mv ./gimlet /usr/local/bin/gimlet
5757
gimlet --version`}

0 commit comments

Comments
 (0)