Skip to content

Commit

Permalink
4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Jan 5, 2024
1 parent 112ae7a commit f26555a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "curlconverter",
"version": "4.8.1",
"version": "4.9.0",
"description": "convert curl commands to Python, JavaScript, Go, PHP and more",
"homepage": "https://curlconverter.com",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import { _toWget, toWgetWarn } from "./generators/wget.js";
import fs from "fs";

// This line is updated by extract_curl_args.py
const VERSION = "4.8.1 (curl 8.2.1)";
const VERSION = "4.9.0 (curl 8.2.1)";

// sets a default in case --language isn't passed
const defaultLanguage = "python";
Expand Down

0 comments on commit f26555a

Please sign in to comment.