Skip to content

Commit

Permalink
version: 1.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
comjun04 committed Jul 21, 2021
1 parent f8d4362 commit fee46bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flashbot",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"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)",
"main": "src/bot.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/

/* eslint-disable no-unused-vars */
const VERSION = 'v1.0-beta.2'
const BUILD_DATE = '2021/7/16'
const VERSION = 'v1.0-beta.3'
const BUILD_DATE = '2021/7/21'
/* eslint-enable no-unused-vars */

// Setup logger first
Expand Down

0 comments on commit fee46bc

Please sign in to comment.