Skip to content

Commit b211f14

Browse files
committed
version bump
1 parent a099b98 commit b211f14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitman.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "2.2.0"
3+
version = "2.2.1"
44
author = "nirokay"
55
description = "A git-repo manager that lets you easily update multiple git repositories in a specified directory."
66
license = "GPL-3.0-only"

src/globals.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ from std/os import commandLineParams
99

1010
const
1111
PROJECT_NAME*: string = "gitman"
12-
PROJECT_VERSION*: string = "2.2.0"
12+
PROJECT_VERSION*: string = "2.2.1"
1313
PROJECT_WEBSITE*: string = "https://github.com/nirokay/gitman/"
1414
PROJECT_DESCRIPTION*: string = "A git-repo manager that lets you easily update multiple git repositories in a specified directory."
1515
PROJECT_AUTHORS*: seq[string] = @["nirokay"]

0 commit comments

Comments
 (0)