From 8b0c751344ebaa23ff229344f95f11670149db2a Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sat, 11 Jan 2025 11:59:52 -0600 Subject: [PATCH] Bump version for 4.29.0 release. --- pit.nimble | 2 +- src/pit/cliconstants.nim | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pit.nimble b/pit.nimble index 7f79ff4..7af115d 100644 --- a/pit.nimble +++ b/pit.nimble @@ -1,6 +1,6 @@ # Package -version = "4.28.0" +version = "4.29.0" author = "Jonathan Bernard" description = "Personal issue tracker." license = "MIT" diff --git a/src/pit/cliconstants.nim b/src/pit/cliconstants.nim index e61aee7..6dd02d8 100644 --- a/src/pit/cliconstants.nim +++ b/src/pit/cliconstants.nim @@ -1,4 +1,4 @@ -const PIT_VERSION* = "4.28.0" +const PIT_VERSION* = "4.29.0" const USAGE* = """Usage: pit ( new | add) [] [options] @@ -191,4 +191,4 @@ Issue Properties: If present, expected to be a comma-delimited list of text tags. The -g option is a short-hand for '-p tags:'. -""" +""" \ No newline at end of file