Skip to content

Commit 93e78f8

Browse files
author
molty3000
committed
chore: bump version to v0.2.0
1 parent b4e98a2 commit 93e78f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/kode/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func main() {
2929
case "run":
3030
runCmd()
3131
case "version":
32-
fmt.Println("kode v0.1.0")
32+
fmt.Println("kode v0.2.0")
3333
default:
3434
fmt.Fprintf(os.Stderr, "kode: unknown command %q\n", os.Args[1])
3535
printUsage()

0 commit comments

Comments
 (0)