Skip to content

Commit fc131e9

Browse files
Update Torch.cs
1 parent a2b479e commit fc131e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TorchSharp/Torch.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ namespace TorchSharp
1717
{
1818
public static partial class torch
1919
{
20-
#if LIBTORCH_2_2_1_1
21-
const string libtorchPackageVersion = "2.2.1.1";
20+
#if LIBTORCH_2_2_1_2
21+
const string libtorchPackageVersion = "2.2.1.2";
2222
#else
2323
#error "Please update libtorchPackageVersion to match LibTorchPackageVersion"
2424
#endif

0 commit comments

Comments
 (0)