Skip to content

Commit 3ed844e

Browse files
committed
Bump version 1.7.2
1 parent 39d97b8 commit 3ed844e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ venv/
4343
bin/
4444
obj/
4545
protoc/
46+
ansys-api-additive.sln

ansys/api/additive/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.1
1+
1.7.2

ansys/api/additive/v0/additive_domain.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ message MeltPoolTimeStep {
3030

3131
message MeltPool {
3232
repeated MeltPoolTimeStep time_steps = 1;
33-
repeated bytes thermal_history_vtk = 2;
33+
bytes thermal_history_vtk = 2;
3434
}
3535

3636
message AdditiveMaterial {

0 commit comments

Comments
 (0)