Fixed missed version bump in cliconstants.

This commit is contained in:
Jonathan Bernard 2023-05-19 09:05:02 -05:00
parent bcb1c7c17c
commit 6665f09b7b
2 changed files with 2 additions and 2 deletions

View File

@ -28,4 +28,4 @@ requires @[
]
task updateVersion, "Update the version of this package.":
exec "update_nim_package_version pit 'src/pitpkg/cliconstants.nim'"
exec "update_nim_package_version pit 'src/pitpkg/cliconstants.nim'"

View File

@ -1,4 +1,4 @@
const PIT_VERSION* = "4.23.2"
const PIT_VERSION* = "4.23.3"
const USAGE* = """Usage:
pit ( new | add) <summary> [<state>] [options]