Skip to content

Commit

Permalink
bump version in migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed May 7, 2024
1 parent d98fcf0 commit fe63360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { compat, types as T } from "../deps.ts";

export const migration: T.ExpectedExports.migration =
compat.migrations.fromMapping({}, "0.1.10.4");
compat.migrations.fromMapping({}, "0.2.0");

0 comments on commit fe63360

Please sign in to comment.