Skip to content

Commit

Permalink
Update app version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Oct 30, 2024
1 parent 805b6e9 commit 2457f5d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resolver = "2"
authors = ["Max Hösel <github@maxhoesel.de>"]
license-file = "LICENSE"
description = "Keep MetalLB updated with a dynamic Ipv6 prefix"
version = "0.1.2"
version = "0.1.3"
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metallb-dyn6"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "Main metallb-dyn6 application"

Expand Down
2 changes: 1 addition & 1 deletion crates/k8s/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metallb-dyn6-k8s"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "Manages k8s API access for updating MetalLB resources"

Expand Down
2 changes: 1 addition & 1 deletion crates/sources/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metallb-dyn6-sources"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "Sources for retrieving a dynamic Ipv6 prefix"

Expand Down

0 comments on commit 2457f5d

Please sign in to comment.