dev-stylish
Matthew Butterick 5 years ago
parent 38e2125803
commit 829f049420

@ -1 +1 @@
1540858370
1540858374

@ -1,10 +0,0 @@
#lang racket/base
(require racket/runtime-path racket/file pollen/private/version)
(define-runtime-path info-file "../../info.rkt")
(module+ main
(define str (file->string info-file))
(define newstr
(regexp-replace #rx"\\(define version .*?\\)" str (format "(define version ~v)" pollen:version-strict)))
(display-to-file newstr info-file #:exists 'replace))
Loading…
Cancel
Save