We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a284fb commit 7c6a3ddCopy full SHA for 7c6a3dd
.travis.yml
@@ -59,7 +59,7 @@ matrix:
59
dist: xenial
60
group: travis_latest
61
language: d
62
- d: ldc-1.24.0
+ d: ldc-1.27.0-beta1
63
env: LINUX_SPECIAL=1 DEPLOY=1
64
if: |
65
fork = false AND \
@@ -69,7 +69,7 @@ matrix:
69
osx_image: xcode11.5
70
71
72
73
env: LTOPGO_V2=default DEPLOY=1
74
75
common/src/tsv_utils/common/tsvutils_version.d
@@ -3,7 +3,7 @@
3
4
module tsv_utils.common.tsvutils_version;
5
6
-enum string tsvutilsVersion = "v2.2.0";
+enum string tsvutilsVersion = "v2.2.1";
7
8
string tsvutilsVersionNotice (string toolName) @safe pure nothrow
9
{
0 commit comments