diff --git a/grep.ts b/grep.ts index aedaff5..4b33257 100644 --- a/grep.ts +++ b/grep.ts @@ -1,7 +1,7 @@ import { editor, shell } from "$sb/syscalls.ts"; import { readSetting } from "$sb/lib/settings_page.ts"; -const VERSION = "1.1.0"; +const VERSION = "2.0.0"; const resultPage = "GREP RESULT";