chore: bump beta version, publish

one-off to remake docs and have a reference. fast track for config
This commit is contained in:
əlemi 2024-09-11 18:11:20 +02:00
parent 2f68006d07
commit 0e6f7caec3
Signed by: alemi
GPG key ID: A4895B84D311642C
4 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- stable - stable
- config
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- dev - dev
- config
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always

2
Cargo.lock generated
View file

@ -228,7 +228,7 @@ dependencies = [
[[package]] [[package]]
name = "codemp" name = "codemp"
version = "0.7.0-beta.3" version = "0.7.0-beta.4"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"codemp-proto", "codemp-proto",

View file

@ -11,7 +11,7 @@ authors = [
] ]
license = "GPL-3.0-only" license = "GPL-3.0-only"
edition = "2021" edition = "2021"
version = "0.7.0-beta.3" version = "0.7.0-beta.4"
exclude = ["dist/*"] exclude = ["dist/*"]
[lib] [lib]