Skip to content

Commit 215fbf7

Browse files
fix: update incorrect current season again (#60)
1 parent e548562 commit 215fbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const DIST_DIR = path.resolve(`./dist`)
88
const ENTRY_FILE = path.resolve("./src/index.ts")
99
const DECLARATION_FILE = path.resolve("./src/types/index.d.ts")
1010

11-
const CURRENT_SEASON = "Y9S4"
11+
const CURRENT_SEASON = "Y9S3"
1212

1313
const SVGO_PLUGINS: PluginConfig[] = [
1414
// "cleanupIDs" plugin is added at the build-optimized-svg script directly

0 commit comments

Comments
 (0)