Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Feb 2, 2024
1 parent 0d4a724 commit 0d4b3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/core/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use nostr::{serialize, deserialize};
use nostr::{EventKind0};

#[derive(Debug, Serialize, Deserialize)]
struct MyEvent {
struct Event {
id: String,
pubkey: String,
created_at: u64,
Expand All @@ -27,7 +27,7 @@ struct MyEvent {

fn main() {
let matches = App::new("Event Generator CLI")
.version("1.0")
.version("1.0.4-beta")
.author("Your Name")
.about("Generates an event in Rust based on provided data")
.arg(
Expand Down

0 comments on commit 0d4b3d8

Please sign in to comment.