From 10d2cbc06805a2828c267d55af7342784c42716f Mon Sep 17 00:00:00 2001 From: Ciki Momogi Date: Sun, 26 Mar 2023 16:47:06 +0700 Subject: [PATCH] Use dynamic versioning The doc compiler will automatically add & update the versions to the latest one. --- site/docs/hosting/cloudflare-workers-deno.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/hosting/cloudflare-workers-deno.md b/site/docs/hosting/cloudflare-workers-deno.md index 710edcc224..b06058cfbb 100644 --- a/site/docs/hosting/cloudflare-workers-deno.md +++ b/site/docs/hosting/cloudflare-workers-deno.md @@ -50,7 +50,7 @@ Create a new file named `bot.ts` and put the following contents in it: import { Bot, webhookCallback, -} from "https://deno.land/x/grammy@v1.15.3/mod.ts"; +} from "https://deno.land/x/grammy/mod.ts"; interface Environment { BOT_TOKEN: string;