version.go raw

   1  package v3
   2  
   3  // Version represents the current egoscale v3 version.
   4  const Version = "v3.1.30"
   5