We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86d39c commit 909ccddCopy full SHA for 909ccdd
bump.nimble
@@ -1,10 +1,11 @@
1
-version = "1.8.25"
+version = "1.8.26"
2
author = "disruptek"
3
description = "a tiny tool to bump nimble versions"
4
license = "MIT"
5
6
-requires "https://github.com/disruptek/testes >= 0.7.1 & < 1.0.0"
7
requires "https://github.com/disruptek/cutelog >= 1.1.2 & < 2.0.0"
+when not defined(release):
8
+ requires "https://github.com/disruptek/testes >= 1.0.0 & < 2.0.0"
9
10
bin = @["bump"]
11
0 commit comments