Skip to content

Commit

Permalink
Release 0.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
delasy committed Oct 4, 2023
1 parent 3e961ff commit 8219d3a
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.8
version: 0.14.9
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.8"
const VERSION_NUM := "0.14.9"
const VERSION_NAME := "Tiarin Rise"

main {
Expand Down

0 comments on commit 8219d3a

Please sign in to comment.