Skip to content

Commit

Permalink
Minor fix to validate versions util.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr committed Oct 5, 2024
1 parent 36b312a commit d92e9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/validate_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def print_release_tag_commands(
print(f"Updating C# package to version {args.csharp_version}")
if args.csharp_extensions_version:
print(
f"Updating C# extensions package to version {args.csharp_extensions_version}-exp.1"
f"Updating C# extensions package to version {args.csharp_extensions_version}-preview"
)
set_version(
args.python_version,
Expand Down

0 comments on commit d92e9d3

Please sign in to comment.