Skip to content

Commit

Permalink
update: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Oct 20, 2023
1 parent b7605c7 commit 4654288
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epics-dao/solv2",
"version": "2.0.18",
"version": "2.1.0",
"description": "Solana Validator CLI SOLV2",
"main": "dist/index.js",
"repository": "https://github.com/EpicsDAO/solv2",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/setup/airdrop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const airdrop = () => {
console.log(
chalk.white(`To get Testnet SOL,\nVisit EpicsDAO's Discord Channel:`)
)
console.log(chalk.blue(`${SOLV_DISCORD_INVITE}\n`))
console.log(chalk.green(`${SOLV_DISCORD_INVITE}\n`))
}
return true
} catch (error) {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '2.0.18'
export const VERSION = '2.1.0'

0 comments on commit 4654288

Please sign in to comment.