Version logic extended

This commit is contained in:
2026-08-13 17:18:31 +02:00
parent 73084e69d9
commit 135938f75a
3 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -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.3.19")
(define pkg-authors '("Hans Dijkema"))
(define license 'MIT)