Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chclock committed Jan 2, 2018
1 parent fa0d9e8 commit 6655550
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 6655550

Please sign in to comment.