Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gedaiu committed Sep 18, 2017
1 parent 6cf6e44 commit f5bd93c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ trial-test-executable
trial-test-trial
libtrial.a
xunit/
trial_*.d
trial_*.d
trial-lifecycle
trial-runner
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion runner/trial/version_.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module trial.version_;

enum trialVersion = "v0.3.2-dev";
enum trialVersion = "v0.4.0";

0 comments on commit f5bd93c

Please sign in to comment.