Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hinto-janai committed Jun 25, 2024
1 parent 017783b commit 9ef2916
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moo"
version = "0.0.3"
version = "0.0.6"
edition = "2021"
authors = ["hinto-janai"]
repository = "https://github.com/Cuprate/moo"
Expand Down
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ async fn main() {
// Init custom panic handler.
panic::set_panic_hook();

// Print version.
println!("{}", constants::MOO);

// Initialize:
// - [`CONFIG`]
// - Logger
Expand Down

0 comments on commit 9ef2916

Please sign in to comment.