diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2024-11-30 15:13:41 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2024-11-30 15:13:41 +0000 |
| commit | e08f949877eaf0ddd9d5c09b0c7baf95239a3b87 (patch) | |
| tree | 43d4ce1473b6de9be5cec8e8fab92e64ad58df61 /app/Webtrees.php | |
| parent | 87ae2a38bfbad7b2b71d3326d7ebf25ce45cc9a3 (diff) | |
| download | webtrees-e08f949877eaf0ddd9d5c09b0c7baf95239a3b87.tar.gz webtrees-e08f949877eaf0ddd9d5c09b0c7baf95239a3b87.tar.bz2 webtrees-e08f949877eaf0ddd9d5c09b0c7baf95239a3b87.zip | |
2.1.222.1.22
Diffstat (limited to 'app/Webtrees.php')
| -rw-r--r-- | app/Webtrees.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php index 213a75663c..70df236332 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -141,7 +141,7 @@ class Webtrees public const SCHEMA_VERSION = 45; // e.g. "-dev", "-alpha", "-beta", etc. - public const STABILITY = '-dev'; + public const STABILITY = ''; // Version number. public const VERSION = '2.1.22' . self::STABILITY; |
