Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dougm committed May 24, 2018
1 parent 7f687ef commit 1dbfb31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion govc/emacs/govc.el
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion govc/flags/version.go
Expand Up @@ -21,7 +21,7 @@ import (
"strings"
)

const Version = "0.17.2-dev"
const Version = "0.18.0"

var GitVersion string

Expand Down
2 changes: 1 addition & 1 deletion vim25/client.go
Expand Up @@ -28,7 +28,7 @@ import (

const (
Namespace = "vim25"
Version = "6.5"
Version = "6.7"
Path = "/sdk"
)

Expand Down

0 comments on commit 1dbfb31

Please sign in to comment.