From f5bd93cab79bd96cb9d950a069fe5342346f736e Mon Sep 17 00:00:00 2001 From: Szabo Bogdan Date: Mon, 18 Sep 2017 20:14:13 +0300 Subject: [PATCH] version bump --- .gitignore | 4 +++- .travis.yml | 1 + runner/trial/version_.d | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 210fe88..36d52c4 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,6 @@ trial-test-executable trial-test-trial libtrial.a xunit/ -trial_*.d \ No newline at end of file +trial_*.d +trial-lifecycle +trial-runner \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index db1ef2e..0276aa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ d: - ldc-1.1.0 - ldc-1.2.0 - ldc-1.3.0 + - ldc-1.4.0 - ldc-beta - dmd-2.073.2 - dmd-2.074.1 diff --git a/runner/trial/version_.d b/runner/trial/version_.d index c7efaf8..7e5ab57 100644 --- a/runner/trial/version_.d +++ b/runner/trial/version_.d @@ -1,3 +1,3 @@ module trial.version_; -enum trialVersion = "v0.3.2-dev"; \ No newline at end of file +enum trialVersion = "v0.4.0"; \ No newline at end of file