Skip to content

Commit 08d3224

Browse files
committed
Raise API version to 3
No interface changes, only internal changes in AFM executor.
1 parent ffadd37 commit 08d3224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2
1+
3

gooddata-java/src/test/groovy/com/gooddata/sdk/service/GoodDataIT.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import static org.hamcrest.CoreMatchers.startsWith
1818
class GoodDataIT extends GoodDataITBase<GdcService> {
1919

2020
private static final String USER_AGENT = 'customAgent/X.Y'
21-
private static final String API_VERSION = '2'
21+
private static final String API_VERSION = '3'
2222

2323
@Override
2424
protected GoodDataSettings createGoodDataSettings() {

0 commit comments

Comments
 (0)