From 1dbfb3179bb775c851c093bf2a8a11e34aa5300f Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Wed, 23 May 2018 20:05:21 -0700 Subject: [PATCH] Bump versions --- govc/emacs/govc.el | 2 +- govc/flags/version.go | 2 +- vim25/client.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/govc/emacs/govc.el b/govc/emacs/govc.el index 6c0921956..2cb1bf202 100644 --- a/govc/emacs/govc.el +++ b/govc/emacs/govc.el @@ -3,7 +3,7 @@ ;; Author: The govc developers ;; URL: https://github.com/vmware/govmomi/tree/master/govc/emacs ;; Keywords: convenience -;; Version: 0.16.0 +;; Version: 0.18.0 ;; Package-Requires: ((emacs "24.3") (dash "1.5.0") (s "1.9.0") (magit-popup "2.0.50") (json-mode "1.6.0")) ;; This file is NOT part of GNU Emacs. diff --git a/govc/flags/version.go b/govc/flags/version.go index eaa99cc6b..cc51bb77a 100644 --- a/govc/flags/version.go +++ b/govc/flags/version.go @@ -21,7 +21,7 @@ import ( "strings" ) -const Version = "0.17.2-dev" +const Version = "0.18.0" var GitVersion string diff --git a/vim25/client.go b/vim25/client.go index b6d34c36d..1d26fb8b6 100644 --- a/vim25/client.go +++ b/vim25/client.go @@ -28,7 +28,7 @@ import ( const ( Namespace = "vim25" - Version = "6.5" + Version = "6.7" Path = "/sdk" )