Skip to content

Commit 97cd768

Browse files
committed
Version 0.6.0
界面和功能接口基本完成,局部增强算法待实现.
1 parent d035812 commit 97cd768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
tag_name: ${{ github.ref }}
2828
release_name: Release ${{ github.ref }}
2929
draft: false
30-
prerelease: false
30+
prerelease: true
3131
- name: Output Release URL File
3232
if: startsWith(github.event.ref, 'refs/tags/')
3333
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt

DIP-src/DIP.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TARGET = DIP
55

66
CONFIG(release, debug|release): DESTDIR = ../bin
77

8-
VERSION = 0.5.3
8+
VERSION = 0.6.0
99

1010
QT += core gui charts
1111

0 commit comments

Comments
 (0)