Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
界面和功能接口基本完成,局部增强算法待实现.
  • Loading branch information
miRoox committed Dec 13, 2019
1 parent d035812 commit 97cd768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DIP-src/DIP.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TARGET = DIP

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

VERSION = 0.5.3
VERSION = 0.6.0

QT += core gui charts

Expand Down

0 comments on commit 97cd768

Please sign in to comment.