Skip to content

Commit 0af0ab4

Browse files
Apply automatic changes
1 parent e3bc29c commit 0af0ab4

File tree

13 files changed

+93
-93
lines changed

13 files changed

+93
-93
lines changed

backend/Cargo.lock

Lines changed: 79 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windmill"
3-
version = "1.657.0"
3+
version = "1.657.1"
44
authors.workspace = true
55
edition.workspace = true
66

@@ -82,7 +82,7 @@ members = [
8282
exclude = ["./windmill-duckdb-ffi-internal"]
8383

8484
[workspace.package]
85-
version = "1.657.0"
85+
version = "1.657.1"
8686
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
8787
edition = "2021"
8888

backend/windmill-api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: "3.0.3"
22

33
info:
4-
version: 1.657.0
4+
version: 1.657.1
55
title: Windmill API
66

77
contact:

benchmarks/lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { sleep } from "https://deno.land/x/sleep@v1.2.1/mod.ts";
22
import * as windmill from "https://deno.land/x/windmill@v1.174.0/mod.ts";
33
import * as api from "https://deno.land/x/windmill@v1.174.0/windmill-api/index.ts";
44

5-
export const VERSION = "v1.657.0";
5+
export const VERSION = "v1.657.1";
66

77
export async function login(email: string, password: string): Promise<string> {
88
return await windmill.UserService.login({

cli/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export {
6868
workspaceAdd,
6969
};
7070

71-
export const VERSION = "1.657.0";
71+
export const VERSION = "1.657.1";
7272

7373
// Re-exported from constants.ts to maintain backwards compatibility
7474
export { WM_FORK_PREFIX } from "./core/constants.ts";

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windmill-components",
3-
"version": "1.657.0",
3+
"version": "1.657.1",
44
"scripts": {
55
"dev": "vite dev",
66
"build": "vite build",

lsp/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
wmill = ">=1.657.0"
7+
wmill = ">=1.657.1"
88
sendgrid = "*"
99
mysql-connector-python = "*"
1010
pymongo = "*"

openflow.openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: '3.0.3'
22

33
info:
4-
version: 1.657.0
4+
version: 1.657.1
55
title: OpenFlow Spec
66
contact:
77
name: Ruben Fiszel

powershell-client/WindmillClient/WindmillClient.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'WindmillClient.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.657.0'
15+
ModuleVersion = '1.657.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)