diff --git a/.github/workflows/d.yml b/.github/workflows/d.yml index 016cc1c..af5cde3 100644 --- a/.github/workflows/d.yml +++ b/.github/workflows/d.yml @@ -29,7 +29,7 @@ jobs: - name: 'Build & Test' run: | # Build the project, with its main file included, without unittests - dub build -b release --compiler=ldc + dub build -b release - name: Upload uses: actions/upload-artifact@v3 diff --git a/source/app.d b/source/app.d index c86f6e6..bc8d61a 100644 --- a/source/app.d +++ b/source/app.d @@ -129,7 +129,7 @@ int main(string[] args) { break; } case "--version": { - writeln("Callisto compiler beta 0.1"); + writeln("Callisto compiler beta release 0.1"); break; } default: {