Skip to content

Commit

Permalink
Release 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
delasy committed Oct 3, 2023
1 parent 3293a88 commit d97f5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CLI
version: 0.14.5
version: 0.14.6
description: CLI for The Programming Language
license: MIT
main: src/main
Expand Down
2 changes: 1 addition & 1 deletion src/main
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Tester_init from "./tester"
import chmodAddSync, mapStr from "./utils"
import command from "./command"

const VERSION_NUM := "0.14.5"
const VERSION_NUM := "0.14.6"
const VERSION_NAME := "Tiarin Rise"

main {
Expand Down

0 comments on commit d97f5ea

Please sign in to comment.