Skip to content

Commit

Permalink
Version bump to v0.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalus committed Oct 16, 2015
1 parent a06c19e commit 3074032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/segrada/SegradaLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void windowDeactivated(WindowEvent windowEvent) {

Font fatFont = new Font("sans-serif", Font.BOLD, 16);

setTitle(messages.getString("segrada").concat(" v0.0.7"));
setTitle(messages.getString("segrada").concat(" v0.0.8"));

// create elements
statusText = new JLabel(messages.getString("stopped"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class SegradaUpdateChecker {
/**
* current version
*/
public static final String currentVersion = "v0.0.7";
public static final String currentVersion = "v0.0.8";

private final OrientGraphFactory graph;

Expand Down

0 comments on commit 3074032

Please sign in to comment.