Skip to content

Commit 359e2bc

Browse files
authored
[launcher] Bump launcher version (#1670)
## Summary Depends on jetify-com/axiom#3577 (that needs to be deployed before this change can be released) ## How was it tested?
1 parent cc24739 commit 359e2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/vercheck/vercheck.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828

2929
// Keep this in-sync with latest version in launch.sh.
3030
// If this version is newer than the version in launch.sh, we'll print a notice.
31-
const expectedLauncherVersion = "v0.2.0"
31+
const expectedLauncherVersion = "v0.2.1"
3232

3333
// envName determines whether the version check has already occurred.
3434
// We set this env-var so that this devbox command invoking other devbox commands

0 commit comments

Comments
 (0)