We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc24739 commit 359e2bcCopy full SHA for 359e2bc
internal/vercheck/vercheck.go
@@ -28,7 +28,7 @@ import (
28
29
// Keep this in-sync with latest version in launch.sh.
30
// If this version is newer than the version in launch.sh, we'll print a notice.
31
-const expectedLauncherVersion = "v0.2.0"
+const expectedLauncherVersion = "v0.2.1"
32
33
// envName determines whether the version check has already occurred.
34
// We set this env-var so that this devbox command invoking other devbox commands
0 commit comments