Skip to content

Commit d1012e4

Browse files
authored
version is now 4.0.0-alpha.4-SNAPSHOT (#5169)
1 parent fec1564 commit d1012e4

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.apollo3
3-
VERSION_NAME=4.0.0-alpha.3
3+
VERSION_NAME=4.0.0-alpha.4-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-target = "30"
1414
androidx-sqlite = "2.3.1"
1515
antlr = "4.12.0"
1616
# This is used by the gradle integration tests to get the artifacts locally
17-
apollo = "4.0.0-alpha.3"
17+
apollo = "4.0.0-alpha.4-SNAPSHOT"
1818
# Used by the apollo-tooling project which uses a published version of Apollo
1919
apollo-published = "4.0.0-alpha.1"
2020
cache = "2.0.2"

0 commit comments

Comments
 (0)