We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d216c0a commit b3f63c3Copy full SHA for b3f63c3
sergeant.ts
@@ -31,7 +31,7 @@ import { alias, awsS3Deploy, certbot, congrats, csv, head, install, nginx, readL
31
// deno install -f -A sergeant.ts; sergeant serve
32
33
const portRangeStart = 3000;
34
-const VERSION = 'v1.1.0';
+const VERSION = 'v1.1.5';
35
const ESBUILD_MODE = Deno.env.get('ESBUILD_PLATFORM') || Deno.env.get('ESBUILD_MODE') || 'neutral';
36
const ESBUILD_FORMAT = Deno.env.get('ESBUILD_FORMAT') || 'esm';
37
const ESBUILD_TARGET = Deno.env.get('ESBUILD_TARGET') || 'esnext';
0 commit comments