Skip to content

Commit 9e8975a

Browse files
committed
actually update version
1 parent 91910ff commit 9e8975a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • acceptance/bundle/deploy/readplan/plan-version-mismatch
  • bundle/deployplan
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Error: plan version mismatch: plan has version 999 (generated with CLI "0.0.0"), but current version is 1
1+
Error: plan version mismatch: plan has version 999 (generated with CLI "0.0.0"), but current version is 2
22

33

44
Exit code: 1

bundle/deployplan/plan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/databricks/cli/libs/structs/structvar"
1414
)
1515

16-
const currentPlanVersion = 1
16+
const currentPlanVersion = 2
1717

1818
type Plan struct {
1919
PlanVersion int `json:"plan_version,omitempty"`

0 commit comments

Comments
 (0)