We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7740b commit 2abfc19Copy full SHA for 2abfc19
docs/install/releases.md
@@ -8,7 +8,7 @@ their infrastructure on a staging environment before upgrading a production
8
deployment.
9
10
We support two release channels:
11
-[mainline](https://github.com/coder/coder/2.10.0) for the edge version of Coder
+[mainline](https://github.com/coder/coder/releases/tag/v2.10.1) for the edge version of Coder
12
and [stable](https://github.com/coder/coder/releases/latest) for those with
13
lower tolerance for fault. We field our mainline releases publicly for one month
14
before promoting them to stable.
x.sh
@@ -0,0 +1,5 @@
1
+version="2.1"
2
+if [ -z "$version" ]; then
3
+ echo "Failed to fetch the latest version from GitHub."
4
+ exit 1
5
+fi
0 commit comments