Skip to content

Commit ebc1382

Browse files
JOYclaude
andcommitted
fix: correct version string to 10.0.0
Merge auto-resolution kept fork's version 9.3.5 instead of upstream's 10.0.0. Code content is already v10 — only the version string was wrong. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cec3aca commit ebc1382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule BlockScout.Mixfile do
77
[
88
# app: :block_scout,
99
# aliases: aliases(config_env()),
10-
version: "9.3.5",
10+
version: "10.0.0",
1111
apps_path: "apps",
1212
deps: deps(),
1313
dialyzer: dialyzer(),

0 commit comments

Comments
 (0)