Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Jun 17, 2017
1 parent 0ffb31c commit 8fad90b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/qi.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@

;; code:

(defvar qi-version
"0.2.0"
"The latest version of Qi.")

(defun hello ()
"Qi status message."
(format t "~%Qi - A Common Lisp Package Manager")
(format t "~%Version 0.1")
(format t (concatenate 'string "~%Version " qi-version))
(format t "~%Source: https://github.com/CodyReichert/qi")
(format t "~%Issues: https://github.com/CodyReichert/qi/issues")
t)
Expand Down

0 comments on commit 8fad90b

Please sign in to comment.