Skip to content

Commit

Permalink
Bump version and update compiler version for pre-built binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
jondegenhardt committed Jun 13, 2021
1 parent 6a284fb commit 7c6a3dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ matrix:
dist: xenial
group: travis_latest
language: d
d: ldc-1.24.0
d: ldc-1.27.0-beta1
env: LINUX_SPECIAL=1 DEPLOY=1
if: |
fork = false AND \
Expand All @@ -69,7 +69,7 @@ matrix:
osx_image: xcode11.5
group: travis_latest
language: d
d: ldc-1.24.0
d: ldc-1.27.0-beta1
env: LTOPGO_V2=default DEPLOY=1
if: |
fork = false AND \
Expand Down
2 changes: 1 addition & 1 deletion common/src/tsv_utils/common/tsvutils_version.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module tsv_utils.common.tsvutils_version;

enum string tsvutilsVersion = "v2.2.0";
enum string tsvutilsVersion = "v2.2.1";

string tsvutilsVersionNotice (string toolName) @safe pure nothrow
{
Expand Down

0 comments on commit 7c6a3dd

Please sign in to comment.