Skip to content

Commit 7bdab6f

Browse files
committed
Bump version to 0.1.30
1 parent edd9caf commit 7bdab6f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/cli/cli.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ import { runProgram, type RunProgramOptions, type RunProgramResult } from './run
5959
import { projectEditorFile } from '../editor/editor_projection.ts';
6060
import { VERSION } from '../version.ts';
6161

62+
export { VERSION } from '../version.ts';
63+
6264
const FINDINGS_EXIT_CODE = 1;
6365
const CLI_FAILURE_EXIT_CODE = 2;
6466

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '0.1.29';
1+
export const VERSION = '0.1.30';
22

33
export function getSoundscriptToolFingerprint(): string {
44
const override = Deno.env.get('SOUNDSCRIPT_CACHE_TOOL_FINGERPRINT');

0 commit comments

Comments
 (0)