We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a099b98 commit b211f14Copy full SHA for b211f14
gitman.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "2.2.0"
+version = "2.2.1"
4
author = "nirokay"
5
description = "A git-repo manager that lets you easily update multiple git repositories in a specified directory."
6
license = "GPL-3.0-only"
src/globals.nim
@@ -9,7 +9,7 @@ from std/os import commandLineParams
9
10
const
11
PROJECT_NAME*: string = "gitman"
12
- PROJECT_VERSION*: string = "2.2.0"
+ PROJECT_VERSION*: string = "2.2.1"
13
PROJECT_WEBSITE*: string = "https://github.com/nirokay/gitman/"
14
PROJECT_DESCRIPTION*: string = "A git-repo manager that lets you easily update multiple git repositories in a specified directory."
15
PROJECT_AUTHORS*: seq[string] = @["nirokay"]
0 commit comments