From cf8784b0b581c42f0a5bcdb8d0359858ea42811c Mon Sep 17 00:00:00 2001 From: wereturtle Date: Sat, 8 May 2021 14:13:27 -0700 Subject: [PATCH] Update version in project file --- ghostwriter.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostwriter.pro b/ghostwriter.pro index c8ca18b8d..210f765a0 100644 --- a/ghostwriter.pro +++ b/ghostwriter.pro @@ -18,7 +18,7 @@ # ################################################################################ -VERSION = 2.0.0-rc5 +VERSION = 2.0.0 lessThan(QT_MAJOR_VERSION, 5) { error("ghostwriter requires Qt 5.8 or greater")