Skip to content

Commit 3c1d572

Browse files
authored
Release master with 0.28 sdk (#34)
Updating samples to use the 0.28.0 release of the SDK
1 parent c73f795 commit 3c1d572

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ choose **Gradle** and then click **Next**->**Finish**.
4747

4848
Run Temporal Server using Docker Compose:
4949

50-
curl -L https://github.com/temporalio/temporal/releases/download/v0.27.0/docker.tar.gz | tar -xz --strip-components 1 docker/docker-compose.yml
50+
curl -L https://github.com/temporalio/temporal/releases/latest/download/docker.tar.gz | tar -xz --strip-components 1 docker/docker-compose.yml
5151
docker-compose up
5252

5353
If this does not work, see the instructions for running Temporal Server at https://github.com/temporalio/temporal/blob/master/README.md.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
dependencies {
33-
implementation group: 'io.temporal', name: 'temporal-sdk', version: '0.27.0'
33+
implementation group: 'io.temporal', name: 'temporal-sdk', version: '0.28.0'
3434
implementation group: 'commons-configuration', name: 'commons-configuration', version: '1.10'
3535
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
3636

@@ -78,4 +78,4 @@ task runHello {
7878
}
7979
}
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)