Skip to content

Commit 538b8b2

Browse files
committed
Bump the version 0.7.0
1 parent 11aae0c commit 538b8b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codechain-keystore-cli",
3-
"version": "0.7.0-alpha.1",
3+
"version": "0.7.0",
44
"description": "A cli tool which manages CodeChain accounts",
55
"main": "build/index.js",
66
"bin": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
} from "./types";
2525
import { getAddressFromKey } from "./util";
2626

27-
const VERSION = "0.7.0-alpha.1";
27+
const VERSION = "0.7.0";
2828

2929
const DEFAULT_KEYS_PATH = "keystore.db";
3030

0 commit comments

Comments
 (0)