Skip to content

Commit 74a4b62

Browse files
committed
Bump version
1 parent 7c11483 commit 74a4b62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mshell/Main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func main() {
121121
os.Exit(0)
122122
return
123123
} else if arg == "--version" {
124-
fmt.Fprintf(os.Stdout, "0.4.0\n")
124+
fmt.Fprintf(os.Stdout, "0.5.0\n")
125125
os.Exit(0)
126126
} else if arg == "-c" {
127127
if i >= len(os.Args) {

0 commit comments

Comments
 (0)