We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2.0.0-SNAPSHOT.1
1 parent db7c00b commit e6d6d44Copy full SHA for e6d6d44
version.gradle.kts
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2024, TeamDev. All rights reserved.
+ * Copyright 2025, TeamDev. All rights reserved.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -25,11 +25,11 @@
25
*/
26
27
/**
28
- * The version of the ProtoData to publish.
+ * The version of the Spine Compiler to publish.
29
30
* This version also used by integration test projects.
31
* E.g. see `tests/consumer/build.gradle.kts`.
32
33
* For dependencies on Spine SDK module please see [io.spine.dependency.local.Spine].
34
35
-val protoDataVersion: String by extra("0.93.10")
+val compilerVersion: String by extra("2.0.0-SNAPSHOT.1")
0 commit comments