Skip to content

Commit c5421f8

Browse files
author
Sunshine
authored
dial version number back
There's not been a release since 1.0.0, so 1.1.0 should be quite enough of a bump
1 parent ef51f47 commit c5421f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doer.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include($${PWD}/modules/modules.pri)
33
PROG_NAME = doer
44

55
VERSION_MAJOR = 1
6-
VERSION_MINOR = 2
6+
VERSION_MINOR = 1
77
VERSION_PATCH = 0
88

99
VERSION = $${VERSION_MAJOR}.$${VERSION_MINOR}.$${VERSION_PATCH}

0 commit comments

Comments
 (0)