change version to 0.2.3-dev

This commit is contained in:
XeroOl 2025-10-25 15:32:41 -05:00
parent 389de94d09
commit eb80380ea7

View File

@ -5,7 +5,7 @@ These functions are all pure functions, which makes me happy."
(local fennel (require :fennel))
(local version "0.2.2")
(local version "0.2.3-dev")
(λ next-line [str ?from]
"Find the start of the next line from a given byte offset, or from the start of the string."