diff --git a/P3D/Core/GameController.vb b/P3D/Core/GameController.vb
index 13fb0be49..32aaab1ec 100644
--- a/P3D/Core/GameController.vb
+++ b/P3D/Core/GameController.vb
@@ -12,12 +12,12 @@ Public Class GameController
'''
''' The current version of the game.
'''
- Public Const GAMEVERSION As String = "0.55"
+ Public Const GAMEVERSION As String = "0.55.1"
'''
''' The number of released iterations of the game.
'''
- Public Const RELEASEVERSION As String = "94"
+ Public Const RELEASEVERSION As String = "95"
'''
''' The development stage the game is in.
diff --git a/P3D/My Project/AssemblyInfo.vb b/P3D/My Project/AssemblyInfo.vb
index 291be11b2..32820a2fd 100644
--- a/P3D/My Project/AssemblyInfo.vb
+++ b/P3D/My Project/AssemblyInfo.vb
@@ -9,7 +9,7 @@ Imports System.Runtime.InteropServices
-
+
@@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' Build Number
' Revision
'
-
\ No newline at end of file
+
\ No newline at end of file