Skip to content
Snippets Groups Projects
Commit bee0da5e authored by Florent Gluck's avatar Florent Gluck
Browse files

Updated server and clients minos minor versions

parent bfbd575f
Branches
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ var cmdList = []cmd.Command{
&cmdVM.AddAccess{"vmaddaccess"},
&cmdVM.AttachAsync{"vmattach"},
// &cmdVM.AttachAsyncSingle{"vmattachsingle"}, // for testing the route only
&cmdVM.AttachFromPwd{"vmattachfrompwd"}, // for testing the route only
// &cmdVM.AttachFromPwd{"vmattachfrompwd"}, // for testing the route only
&cmdVM.Create{"vmcreate"},
&cmdVM.Creds2pdf{"vmcreds2pdf"},
&cmdVM.Creds2csv{"vmcreds2csv"},
......
......@@ -7,7 +7,7 @@ import (
const (
major = 1
minor = 11
bugfix = 2
bugfix = 3
)
var version params.Version = params.NewVersion(major, minor, bugfix)
......
......@@ -7,7 +7,7 @@ import (
const (
major = 1
minor = 11
bugfix = 3
bugfix = 4
)
var version params.Version = params.NewVersion(major, minor, bugfix)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment