Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel authored and github-actions[bot] committed Jul 9, 2023
1 parent 029a563 commit 22ee4ef
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 54 deletions.
80 changes: 40 additions & 40 deletions backend/Cargo.lock

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

4 changes: 2 additions & 2 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windmill"
version = "1.126.0"
version = "1.127.0"
authors.workspace = true
edition.workspace = true

Expand All @@ -22,7 +22,7 @@ members = [
]

[workspace.package]
version = "1.126.0"
version = "1.127.0"
authors = ["Ruben Fiszel <ruben@windmill.dev>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion backend/windmill-api/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: "3.0.3"

info:
version: 1.126.0
version: 1.127.0
title: Windmill API

contact:
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function login(email: string, password: string): Promise<string> {
});
}

export const VERSION = "v1.126.0";
export const VERSION = "v1.127.0";

await new Command()
.name("wmillbench")
Expand Down
2 changes: 1 addition & 1 deletion cli/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ addEventListener("error", (event) => {
}
});

export const VERSION = "v1.126.0";
export const VERSION = "v1.127.0";

let command: any = new Command()
.name("wmill")
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

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

Loading

0 comments on commit 22ee4ef

Please sign in to comment.