diff --git a/dist/unix/org.qbittorrent.qBittorrent.metainfo.xml b/dist/unix/org.qbittorrent.qBittorrent.metainfo.xml
index 7d4bc9457..aa17fbd96 100644
--- a/dist/unix/org.qbittorrent.qBittorrent.metainfo.xml
+++ b/dist/unix/org.qbittorrent.qBittorrent.metainfo.xml
@@ -62,6 +62,6 @@
https://github.com/qbittorrent/qBittorrent/blob/master/CONTRIBUTING.md
-
+
diff --git a/src/base/version.h.in b/src/base/version.h.in
index b283be786..51b9e860c 100644
--- a/src/base/version.h.in
+++ b/src/base/version.h.in
@@ -32,7 +32,7 @@
#define QBT_VERSION_MINOR 1
#define QBT_VERSION_BUGFIX 0
#define QBT_VERSION_BUILD 0
-#define QBT_VERSION_STATUS "alpha1" // Should be empty for stable releases!
+#define QBT_VERSION_STATUS "beta1" // Should be empty for stable releases!
#define QBT__STRINGIFY(x) #x
#define QBT_STRINGIFY(x) QBT__STRINGIFY(x)