Skip to content

Commit cefc816

Browse files
authored
version is now 4.0.0-rc.2-SNAPSHOT (#6035)
1 parent e3f72aa commit cefc816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Publishing defaults, could ultimately be moved to build scripts
22
GROUP=com.apollographql.apollo
3-
VERSION_NAME=4.0.0-rc.1
3+
VERSION_NAME=4.0.0-rc.2-SNAPSHOT
44

55
POM_URL=https://github.com/apollographql/apollo-kotlin/
66
POM_SCM_URL=https://github.com/apollographql/apollo-kotlin/

gradle/libraries.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android-sdkversion-benchmark-min = "24"
1414
android-sdkversion-target = "30"
1515
androidx-sqlite = "2.3.1"
1616
# This is used by the gradle integration tests to get the artifacts locally
17-
apollo = "4.0.0-rc.1"
17+
apollo = "4.0.0-rc.2-SNAPSHOT"
1818
apollo-execution = "0.0.1"
1919
apollo-normalizedcache-incubating-snapshot = "0.0.2-SNAPSHOT"
2020
# Used by the apollo-tooling project which uses a published version of Apollo

0 commit comments

Comments
 (0)