Skip to content

Commit 7c6a3dd

Browse files
committed
Bump version and update compiler version for pre-built binaries.
1 parent 6a284fb commit 7c6a3dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ matrix:
5959
dist: xenial
6060
group: travis_latest
6161
language: d
62-
d: ldc-1.24.0
62+
d: ldc-1.27.0-beta1
6363
env: LINUX_SPECIAL=1 DEPLOY=1
6464
if: |
6565
fork = false AND \
@@ -69,7 +69,7 @@ matrix:
6969
osx_image: xcode11.5
7070
group: travis_latest
7171
language: d
72-
d: ldc-1.24.0
72+
d: ldc-1.27.0-beta1
7373
env: LTOPGO_V2=default DEPLOY=1
7474
if: |
7575
fork = false AND \

common/src/tsv_utils/common/tsvutils_version.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module tsv_utils.common.tsvutils_version;
55

6-
enum string tsvutilsVersion = "v2.2.0";
6+
enum string tsvutilsVersion = "v2.2.1";
77

88
string tsvutilsVersionNotice (string toolName) @safe pure nothrow
99
{

0 commit comments

Comments
 (0)