Skip to content

Commit

Permalink
Version 0.4.5 build0019
Browse files Browse the repository at this point in the history
Changelog in appended tag "build0019".
  • Loading branch information
xor-freenet committed Aug 6, 2016
1 parent 69af750 commit cc62a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/WebOfTrust/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Version {
* etc, at a minimum any build inserted into auto-update should have a unique
* version.
*/
public static final long version = 18;
public static final long version = 19;

/** Published as an identity property if you own a seed identity. */
public static final long mandatoryVersion = 1;
Expand All @@ -29,7 +29,7 @@ public class Version {
public static final long latestVersion = version;

public static String getMarketingVersion() {
return "0.4.4 "+gitRevision;
return "0.4.5 "+gitRevision;
}

public static long getRealVersion() {
Expand Down

0 comments on commit cc62a06

Please sign in to comment.