Skip to content

Commit 8760552

Browse files
Minor fix to validate versions util. (#6156)
1 parent 36b312a commit 8760552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/validate_versions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def print_release_tag_commands(
181181
print(f"Updating C# package to version {args.csharp_version}")
182182
if args.csharp_extensions_version:
183183
print(
184-
f"Updating C# extensions package to version {args.csharp_extensions_version}-exp.1"
184+
f"Updating C# extensions package to version {args.csharp_extensions_version}-preview"
185185
)
186186
set_version(
187187
args.python_version,

0 commit comments

Comments
 (0)