Skip to content

Commit

Permalink
fix: missing shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Feb 10, 2024
1 parent 42a0102 commit f89e97a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
@@ -1,4 +1,4 @@
VERSION="3.0.3-beta.1"
VERSION="3.0.3-beta.2"
MAJOR=3
MINOR=0
PATCH=3
1 change: 1 addition & 0 deletions Tools/node/lib/index.ts
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import { launchBebopc, resolveBebopcPath, setExecutableBit } from "./common";

const args = process.argv.slice(2);
Expand Down

0 comments on commit f89e97a

Please sign in to comment.