diff --git a/lib/src/rive_core/runtime/exceptions/rive_unsupported_version_exception.dart b/lib/src/rive_core/runtime/exceptions/rive_unsupported_version_exception.dart
index 9ebde2b..52f6c7d 100644
--- a/lib/src/rive_core/runtime/exceptions/rive_unsupported_version_exception.dart
+++ b/lib/src/rive_core/runtime/exceptions/rive_unsupported_version_exception.dart
@@ -11,6 +11,6 @@ class RiveUnsupportedVersionException implements Exception {
   @override
   String toString() {
     return 'File contains version $fileMajorVersion.$fileMinorVersion. '
-        'This runtime can only support $fileMajorVersion.$fileMinorVersion';
+        'This runtime can only support $majorVersion.$minorVersion';
   }
 }