diff --git a/info.rkt b/info.rkt index 0822b68..c17ee61 100644 --- a/info.rkt +++ b/info.rkt @@ -2,7 +2,7 @@ (define collection "git-cli") (define pkg-desc "Command-line-like Git operations for Racket, interface to the git cli command") -(define version "0.3.18") +(define version "0.4") (define pkg-authors '("Hans Dijkema")) (define license 'MIT)