mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
v 0.4.9.5
This commit is contained in:
parent
0931ed9d2e
commit
04bcfead57
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class Version {
|
|||
private static final Logger log = LoggerFactory.getLogger(Version.class);
|
||||
|
||||
// The application versions
|
||||
public static final String VERSION = "0.4.9.5";
|
||||
public static final String VERSION = "0.4.9.5";
|
||||
|
||||
// The version nr. for the objects sent over the network. A change will break the serialization of old objects.
|
||||
// If objects are used for both network and database the network version is applied.
|
||||
|
|
Loading…
Add table
Reference in a new issue