Skip to content

Commit

Permalink
Pumped version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gboncoffee committed Jan 6, 2024
1 parent a9f42f8 commit 8b8e86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func listArchs() {
}

func version() {
fmt.Println("EGG - Emulador Genérico do Gabriel - version 0.0.1rc")
fmt.Println("EGG - Emulador Genérico do Gabriel - version 1.0.0")
}

func runMachine(m machine.Machine) {
Expand Down

0 comments on commit 8b8e86a

Please sign in to comment.