Skip to content

Commit e2201a5

Browse files
committed
release: v0.9
1 parent 6743adf commit e2201a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 = 'v0.9-beta.3'
8-
const BUILD_DATE = '2020/10/4'
7+
const VERSION = 'v0.9'
8+
const BUILD_DATE = '2020/11/5'
99
/* eslint-enable no-unused-vars */
1010

1111
// import necessary modules

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": "0.9.0-3",
3+
"version": "0.9.0",
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": "bot.js",
66
"scripts": {

0 commit comments

Comments
 (0)