Skip to content

Commit 106488b

Browse files
committed
Update to v0.6
1 parent 0f2ae9f commit 106488b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flameshot.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ win32:LIBS += -luser32 -lshell32
88

99
TAG_VERSION = $$system(git --git-dir $$PWD/.git --work-tree $$PWD describe --always --tags)
1010
isEmpty(TAG_VERSION){
11-
TAG_VERSION = v0.6.0-dev
11+
TAG_VERSION = v0.6.0
1212
}
1313
DEFINES += APP_VERSION=\\\"$$TAG_VERSION\\\"
1414

0 commit comments

Comments
 (0)