Skip to content

Commit 5e775e1

Browse files
authored
Update latest release version
1 parent f65fcf7 commit 5e775e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For example,
6464
<dependency>
6565
<groupId>org.tensorflow</groupId>
6666
<artifactId>tensorflow-core-platform</artifactId>
67-
<version>0.3.2</version>
67+
<version>0.3.3</version>
6868
</dependency>
6969
```
7070

@@ -124,7 +124,7 @@ repositories {
124124
}
125125
126126
dependencies {
127-
compile group: 'org.tensorflow', name: 'tensorflow-core-platform', version: '0.3.2'
127+
compile group: 'org.tensorflow', name: 'tensorflow-core-platform', version: '0.3.3'
128128
}
129129
```
130130

@@ -170,7 +170,7 @@ add the TensorFlow dependency to the project's `pom.xml` file:
170170
<dependency>
171171
<groupId>org.tensorflow</groupId>
172172
<artifactId>tensorflow-core-platform</artifactId>
173-
<version>0.3.2</version>
173+
<version>0.3.3</version>
174174
</dependency>
175175
</dependencies>
176176
</project>

0 commit comments

Comments
 (0)