Skip to content

Commit 90d455d

Browse files
committed
release 120240617.1.8
1 parent aef015e commit 90d455d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bin/update-version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { execSync } from "node:child_process";
55

66
// NOTE: Merged with API version to produce the full SDK version string
77
// https://docs.substrate.run/versioning
8-
const SDK_VERSION = "1.1.7";
8+
const SDK_VERSION = "1.1.8";
99

1010
const ok = (message: string) => console.log("\x1b[32m✓\x1b[0m", message);
1111

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "substrate",
3-
"version": "120240617.1.7",
3+
"version": "120240617.1.8",
44
"description": "The official SDK for the Substrate API",
55
"repository": {
66
"type": "git",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "120240617.1.7";
1+
export const VERSION = "120240617.1.8";

0 commit comments

Comments
 (0)