Skip to content

Commit c6300a3

Browse files
guillaumerosepraveenkumar
authored andcommitted
libmachine: API version is the rpc protocol version, its not used here
The protocol version is used in the rpc server and client. We don't directy use it here.
1 parent f8cf9bb commit c6300a3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pkg/libmachine/version/version.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
package version
22

33
var (
4-
// APIVersion dictates which version of the libmachine API this is.
5-
APIVersion = 1
6-
74
// ConfigVersion dictates which version of the config.json format is
85
// used. It needs to be bumped if there is a breaking change, and
96
// therefore migration, introduced to the config file format.

0 commit comments

Comments
 (0)