Skip to content

Commit 0d90eb3

Browse files
committed
chore(release): version 1.0-beta.4
1 parent 1c75c6e commit 0d90eb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "flashbot",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "[![Codacy Badge](https://api.codacy.com/project/badge/Grade/debbd11ee96447e2bb9522ac60acb880)](https://www.codacy.com/app/comjun04/flashbot?utm_source=github.com&utm_medium=referral&utm_content=comjun04/flashbot&utm_campaign=Badge_Grade)",
55
"main": "src/bot.js",
66
"scripts": {

src/bot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*/
55

66
/* eslint-disable no-unused-vars */
7-
const VERSION = 'v1.0-beta.3'
8-
const BUILD_DATE = '2021/7/21'
7+
const VERSION = 'v1.0-beta.4'
8+
const BUILD_DATE = '2021/8/14'
99
/* eslint-enable no-unused-vars */
1010

1111
// Setup logger first

0 commit comments

Comments
 (0)