Small bug fix. Evaluation of optional argments cannot be done.

Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
This commit is contained in:
2025-11-13 12:56:57 +01:00
parent ddcc976105
commit e4d2827e27
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.3.1")
(define version "0.3.2")
(define license 'Apache-2.0)
(define pkg-desc "A Simple .ini file reader/writer for racket")