diff --git a/Cargo.toml b/Cargo.toml
index 426b46c..5b97c96 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ authors = ["Arne Hasselbring <arha@uni-bremen.de>"]
 edition = "2021"
 license = "MIT"
 repository = "https://github.com/RoboCup-SPL/GameController3"
-version = "1.0.0"
+version = "2.0.0-rc.1"
 
 [profile.release-dist]
 inherits = "release"
diff --git a/game_controller_app/tauri.conf.json b/game_controller_app/tauri.conf.json
index cb99648..bc27541 100644
--- a/game_controller_app/tauri.conf.json
+++ b/game_controller_app/tauri.conf.json
@@ -7,7 +7,7 @@
   },
   "package": {
     "productName": "GameController",
-    "version": "1.0.0"
+    "version": "2.0.0-rc.1"
   },
   "tauri": {
     "bundle": {