Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Roach committed Dec 27, 2019
1 parent 37f4d1f commit 1aedb38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Webtrees.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ class Webtrees
public const SCHEMA_VERSION = 43;

// e.g. "dev", "alpha", "beta", etc.
public const STABILITY = 'dev';
public const STABILITY = '';

// Version number
public const VERSION = '2.0.2' . (self::STABILITY === '' ? '' : '-') . self::STABILITY;
public const VERSION = '2.0.1' . (self::STABILITY === '' ? '' : '-') . self::STABILITY;

// Project website.
public const URL = 'https://www.webtrees.net/';
Expand Down

0 comments on commit 1aedb38

Please sign in to comment.