We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d035812 commit 97cd768Copy full SHA for 97cd768
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
tag_name: ${{ github.ref }}
28
release_name: Release ${{ github.ref }}
29
draft: false
30
- prerelease: false
+ prerelease: true
31
- name: Output Release URL File
32
if: startsWith(github.event.ref, 'refs/tags/')
33
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
DIP-src/DIP.pro
@@ -5,7 +5,7 @@ TARGET = DIP
5
6
CONFIG(release, debug|release): DESTDIR = ../bin
7
8
-VERSION = 0.5.3
+VERSION = 0.6.0
9
10
QT += core gui charts
11
0 commit comments