Skip to content

Commit 1e2f2f3

Browse files
authored
Pin default AppKit version to 0.20.3 (#4763)
Bump appkitDefaultVersion from template-v0.14.1 to template-v0.20.2 so that `databricks apps init` scaffolds with AppKit 0.20.2 by default. ## Changes [<!-- Brief summary of your changes that is easy to understand -->] https://dev-evals-monitor-6177827686947384.gcp.databricksapps.com/ ## Why <!-- Why are these changes needed? Provide the context that the reviewer might be missing. For example, were there any decisions behind the change that are not reflected in the code itself? --> ## Tests <!-- How have you tested the changes? --> <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
1 parent c28f1a6 commit 1e2f2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/apps/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
appkitTemplateDir = "template"
3838
appkitDefaultBranch = "main"
3939
appkitTemplateTagPfx = "template-v"
40-
appkitDefaultVersion = "template-v0.14.1"
40+
appkitDefaultVersion = "template-v0.20.3"
4141
defaultProfile = "DEFAULT"
4242
)
4343

0 commit comments

Comments
 (0)