Skip to content

Commit

Permalink
Fix version number format
Browse files Browse the repository at this point in the history
Surfaced by racket/racket#4588
  • Loading branch information
otherjoel committed Mar 8, 2023
1 parent bdda500 commit 870b54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.rkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#lang info

(define collection "bookcover")
(define version "0.1.0")
(define version "0.1")
(define scribblings '(("scribblings/bookcover.scrbl" (multi-page))))
(define deps '("base"
"beautiful-racket-lib"
Expand Down

0 comments on commit 870b54e

Please sign in to comment.