Skip to content

Commit b3f63c3

Browse files
committed
v1.1.5
1 parent d216c0a commit b3f63c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sergeant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { alias, awsS3Deploy, certbot, congrats, csv, head, install, nginx, readL
3131
// deno install -f -A sergeant.ts; sergeant serve
3232

3333
const portRangeStart = 3000;
34-
const VERSION = 'v1.1.0';
34+
const VERSION = 'v1.1.5';
3535
const ESBUILD_MODE = Deno.env.get('ESBUILD_PLATFORM') || Deno.env.get('ESBUILD_MODE') || 'neutral';
3636
const ESBUILD_FORMAT = Deno.env.get('ESBUILD_FORMAT') || 'esm';
3737
const ESBUILD_TARGET = Deno.env.get('ESBUILD_TARGET') || 'esnext';

0 commit comments

Comments
 (0)