Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
bump to 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ofo42 committed Sep 23, 2019
1 parent f72c06d commit 3009f00
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.6.7
- Fixed #142 Negative value for address detected in the running testnet

## 0.6.6
- Fixed RVM.getRandomMilestone: returns null if round has empty set
- Fixed for RVM.delete: if round is deleted from DB, it's removed from cache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Pendulum

Pendulum is a quorum based [Tangle](https://github.com/iotaledger/iri/) implementation designed towards reliable timekeeping and messaging.
- **Latest release:** 0.6.6 pre-release
- **Latest release:** 0.6.7 pre-release
- **License:** GPLv3

Special thanks to all of the [IOTA Contributors](https://github.com/iotaledger/iri/graphs/contributors)!
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>net.pendulum</groupId>
<artifactId>pendulum</artifactId>

<version>0.6.6</version>
<version>0.6.7</version>

<name>Pendulum</name>
<description>Pendulum Protocol</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/helix/pendulum/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Main {

public static final String MAINNET_NAME = "Pendulum";
public static final String TESTNET_NAME = "Pendulum Testnet";
public static final String VERSION = "0.6.6";
public static final String VERSION = "0.6.7";

/**
* The entry point of Pendulum.
Expand Down

0 comments on commit 3009f00

Please sign in to comment.