Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
katepavlu committed Oct 31, 2024
1 parent 07dfd5d commit 3af7678
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "greg"
version = "2.0.2"
version = "2.0.3"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn parse_args(args: Vec<String>) -> (Vec<String>, String, u32) {
///
/// display usage hint and exit if wrong number of arguments was read
fn usage_hint() -> ! {
println!("-------------------------- greg the compiler - v2.0.2 -------------------------");
println!("-------------------------- greg the compiler - v2.0.3 -------------------------");
println!("| Usage: |");
println!("| greg [infile1] [infile2] ... -o [outfile] -p [physical memory .data offset] |");
println!("| infile1: Main input file. Your main function should start here. |");
Expand Down

0 comments on commit 3af7678

Please sign in to comment.