Skip to content

Commit e6d6d44

Browse files
Set version -> 2.0.0-SNAPSHOT.1
1 parent db7c00b commit e6d6d44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024, TeamDev. All rights reserved.
2+
* Copyright 2025, TeamDev. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -25,11 +25,11 @@
2525
*/
2626

2727
/**
28-
* The version of the ProtoData to publish.
28+
* The version of the Spine Compiler to publish.
2929
*
3030
* This version also used by integration test projects.
3131
* E.g. see `tests/consumer/build.gradle.kts`.
3232
*
3333
* For dependencies on Spine SDK module please see [io.spine.dependency.local.Spine].
3434
*/
35-
val protoDataVersion: String by extra("0.93.10")
35+
val compilerVersion: String by extra("2.0.0-SNAPSHOT.1")

0 commit comments

Comments
 (0)