Skip to content

Commit

Permalink
meta: revert InstanceManagerAPIVersion update
Browse files Browse the repository at this point in the history
InstanceManager APIs are not updated, so revert the InstanceManagerAPIVersion update.

Longhorn 4210
Longhorn 3198

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit authored and innobead committed Nov 23, 2022
1 parent 36e8461 commit d9f7ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/meta/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package meta

const (
// InstanceManagerAPIVersion used to communicate with the user e.g. longhorn-manager
InstanceManagerAPIVersion = 3
InstanceManagerAPIVersion = 2
InstanceManagerAPIMinVersion = 1

// InstanceManagerProxyAPIVersion is used for compatibility check for longhorn-manager
Expand Down

0 comments on commit d9f7ff4

Please sign in to comment.