Skip to content

Commit

Permalink
Change version type from integer -> keyword (like other version slots).
Browse files Browse the repository at this point in the history
  • Loading branch information
eternal-turtles committed Jul 27, 2016
1 parent 5d185be commit 5d2c3e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vagrant-cloud.lisp
Expand Up @@ -30,8 +30,7 @@
:documentation "The author name in Vagrant Cloud.")
(version :reader version
:initarg :version
:type integer
:initform 1
:type keyword
:documentation "The box version in Vagrant Cloud.")
(checksum-type :reader checksum-type
:initarg :checksum-type
Expand Down

0 comments on commit 5d2c3e4

Please sign in to comment.