Skip to content

Commit 330eb7b

Browse files
committed
Pushing new binaries
1 parent a3722e9 commit 330eb7b

4 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ This will remove a key from the keys list, and returns status if successful or f
341341

342342
### ChangeLog
343343

344-
#### v3.2.0
344+
#### v3.1.2
345345
* Bumped library versions.
346346
* Added a Code of Conduct file, as some open source projects need this.
347347
* Added a Maintenance toggle function to API and WebGUI.

bin/torrust-axum.exe

16.5 KB
Binary file not shown.
-150 KB
Binary file not shown.

src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ async fn main() -> std::io::Result<()>
3131
setup_logging(&config);
3232

3333
info!("{} - Version: {}", env!("CARGO_PKG_NAME"), env!("CARGO_PKG_VERSION"));
34-
info!("!! This is software in development, there may be bugs !!");
3534

3635
let tracker = Arc::new(TorrentTracker::new(config.clone()).await);
3736

0 commit comments

Comments
 (0)