Version 0.10.0.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
projectmoon 2021-05-14 22:27:57 +00:00
parent b894fb83db
commit 9446435843
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2110,7 +2110,7 @@ dependencies = [
[[package]]
name = "tenebrous-dicebot"
version = "0.9.0"
version = "0.10.0"
dependencies = [
"async-trait",
"bincode",

View File

@ -1,6 +1,6 @@
[package]
name = "tenebrous-dicebot"
version = "0.9.0"
version = "0.10.0"
authors = ["Taylor C. Richberger <taywee@gmx.com>", "projectmoon <projectmoon@agnos.is>"]
edition = "2018"
license = 'AGPL-3.0-or-later'