Skip to content

Commit

Permalink
feat(enforce-engine-version): version bump
Browse files Browse the repository at this point in the history
ref: 5842

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang authored and David Ko committed Dec 24, 2023
1 parent 1a5cdbf commit 2e09ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/meta/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package meta
const (
// CLIAPIVersion used to communicate with user e.g. longhorn-manager
CLIAPIVersion = 9
CLIAPIMinVersion = 3
CLIAPIMinVersion = 8

// ControllerAPIVersion used to communicate with instance-manager
ControllerAPIVersion = 5
ControllerAPIMinVersion = 3
ControllerAPIMinVersion = 4

// DataFormatVersion used by the Replica to store data
DataFormatVersion = 1
Expand Down

0 comments on commit 2e09ee9

Please sign in to comment.