chore: set the version to 1.0.0

This commit is contained in:
Jon Seager 2026-02-06 17:12:07 +00:00
parent bd3e5df7ce
commit 59e9e8b318
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -391,7 +391,7 @@ dependencies = [
[[package]] [[package]]
name = "brewlog" name = "brewlog"
version = "0.1.0" version = "1.0.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"askama", "askama",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "brewlog" name = "brewlog"
version = "0.1.0" version = "1.0.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]