diff options
| author | tpart <tpart120@proton.me> | 2025-04-07 23:32:42 +0200 | 
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-04-07 23:32:42 +0200 | 
| commit | 35c24bb62710d06fc1739bfab2242e16290911a7 (patch) | |
| tree | 20f133674a46c084d4f57c8d78f9a2111e80107c /server/discover | |
| parent | a51e4f60fcc03649529349227bbe2b28395eebc7 (diff) | |
| download | hurrycurry-35c24bb62710d06fc1739bfab2242e16290911a7.tar hurrycurry-35c24bb62710d06fc1739bfab2242e16290911a7.tar.bz2 hurrycurry-35c24bb62710d06fc1739bfab2242e16290911a7.tar.zst | |
Fix incorrect version numbers in Cargo.toml files
Diffstat (limited to 'server/discover')
| -rw-r--r-- | server/discover/Cargo.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml index 06c743a0..4faa9bc1 100644 --- a/server/discover/Cargo.toml +++ b/server/discover/Cargo.toml @@ -1,6 +1,6 @@  [package]  name = "hurrycurry-discover" -version = "2.3.0" +version = "2.3.1"  edition = "2021"  [dependencies] | 
