From 97cd76800bf0da97a6b69a1821167c06a04e8d13 Mon Sep 17 00:00:00 2001 From: miRoox Date: Fri, 13 Dec 2019 16:46:07 +0800 Subject: [PATCH] Version 0.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 界面和功能接口基本完成,局部增强算法待实现. --- .github/workflows/build.yml | 2 +- DIP-src/DIP.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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