Skip to content

Commit

Permalink
Bump version to 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Aug 26, 2023
1 parent d2bf84d commit fe895f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "1.2.9"
version = "1.2.10"
edition = "2021"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion commons/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "commons"
version = "1.2.7"
version = "1.2.10"
edition.workspace = true

[dependencies.serde]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ version: "2.2"

services:
strumbot:
image: minnced/strumbot-rs:1.2.9
image: minnced/strumbot-rs:1.2.10
build:
dockerfile: Dockerfile

0 comments on commit fe895f9

Please sign in to comment.