Skip to content

Commit 79591bc

Browse files
authored
fix: update current season (#64)
1 parent 22e5e2f commit 79591bc

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 = "Y9S3"
11+
const CURRENT_SEASON = "Y10S1"
1212

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

0 commit comments

Comments
 (0)