Skip to content

Commit

Permalink
Merge pull request #33 from chclock/master
Browse files Browse the repository at this point in the history
0.3.0
  • Loading branch information
guenchi authored Jan 3, 2018
2 parents 6a675c4 + 6655550 commit 0d0b05e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions raven.sc
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,7 @@

(define (check-version)
;; 运行前检查版本
(define ver (newest-version "raven"))
(when ver
(printf (format "your raven's version is ~a, the newest version is ~a, you can upgrade it by run 'raven install -g raven'\n" ver ver))
)
(printf (format "Raven version: ~a\n" raven-version))
)

(define raven-help
Expand Down

0 comments on commit 0d0b05e

Please sign in to comment.