Remove version

This commit is contained in:
Matej Bačo
2025-03-11 13:22:30 +00:00
parent 761fcd7cd7
commit bc66bcdbeb
5 changed files with 0 additions and 16 deletions

View File

@@ -3,12 +3,10 @@ class ProjectInfo {
final String endpoint;
final String projectId;
final String projectName;
final String version;
ProjectInfo({
required this.endpoint,
required this.projectId,
required this.projectName,
required this.version,
});
}