Skip to content

Commit

Permalink
v0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogresorg committed Jan 30, 2024
1 parent ccfaadc commit b2a8a46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
CHANGELOG
---
0.11.0
- DESTROY support
- Added basic sanity checks
- Fixed sanity issues related to credit/debits/balances/supply mismatches
- Cleaned up code

0.10.1
- set MIN_TOKEN_SUPPLY to 0.000000000000000001
- Prevent LOCK_SUPPLY if no supply is issued
Expand Down
4 changes: 2 additions & 2 deletions indexer/includes/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

// BTNS Indexer Version
define("VERSION_MAJOR", 0);
define("VERSION_MINOR", 10);
define("VERSION_REVISION",1);
define("VERSION_MINOR", 11);
define("VERSION_REVISION",0);
define("VERSION_STRING", VERSION_MAJOR . '.' . VERSION_MINOR . '.' . VERSION_REVISION);

// TICK constants
Expand Down

0 comments on commit b2a8a46

Please sign in to comment.