diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3103613..ea66018 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} draft: false - prerelease: false + prerelease: true - name: Output Release URL File if: startsWith(github.event.ref, 'refs/tags/') run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt diff --git a/DIP-src/DIP.pro b/DIP-src/DIP.pro index e710959..0e556bf 100644 --- a/DIP-src/DIP.pro +++ b/DIP-src/DIP.pro @@ -5,7 +5,7 @@ TARGET = DIP CONFIG(release, debug|release): DESTDIR = ../bin -VERSION = 0.5.3 +VERSION = 0.6.0 QT += core gui charts