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