Skip to content

chore(main): release 1.493.2 #5827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply automatic changes
  • Loading branch information
rubenfiszel authored and github-actions[bot] committed May 28, 2025
commit 4d47b50195a724d8d1e1be27d5f298644bc23e20
84 changes: 42 additions & 42 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.493.1"
version = "1.493.2"
authors.workspace = true
edition.workspace = true

Expand Down Expand Up @@ -32,7 +32,7 @@ members = [
]

[workspace.package]
version = "1.493.1"
version = "1.493.2"
authors = ["Ruben Fiszel <[email protected]>"]
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.493.1
version: 1.493.2
title: Windmill API

contact:
Expand Down
Loading