Skip to content

Commit f765974

Browse files
committed
version: 1.0-beta.6
1 parent da2699b commit f765974

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": "flashbot",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/* eslint-disable no-unused-vars */
7-
const VERSION = 'v1.0-beta.5'
7+
const VERSION = 'v1.0-beta.6'
88
const BUILD_DATE = '2021/9/13'
99
/* eslint-enable no-unused-vars */
1010

0 commit comments

Comments
 (0)