Skip to content

Commit

Permalink
fix api incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Maliz committed Feb 23, 2023
1 parent f6bceb1 commit e18b5e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions api/operator_license.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ type License struct {
// no longer be used in any capacity
TerminationTime time.Time `json:"termination_time"`

// Whether the license will ignore termination
IgnoreTermination bool `json:"ignore_termination"`

// The product the license is valid for
Product string `json:"product"`

Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.15.0-dev

0 comments on commit e18b5e2

Please sign in to comment.