Skip to content

Commit 833bd0e

Browse files
authored
version is now 4.0.1-SNAPSHOT (#6082)
1 parent 0c22d66 commit 833bd0e

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
3+
VERSION_NAME=4.0.1-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"
17+
apollo = "4.0.1-SNAPSHOT"
1818
apollo-execution = "0.0.2"
1919
apollo-normalizedcache-incubating-snapshot = "0.0.3-SNAPSHOT"
2020
# Used by the apollo-tooling project which uses a published version of Apollo

0 commit comments

Comments
 (0)