Skip to content

Commit

Permalink
Merge pull request #428 from keymanapp/chore/move-to-beta
Browse files Browse the repository at this point in the history
chore: move to 17.0 beta
  • Loading branch information
mcdurdin authored Feb 15, 2024
2 parents 4aa779d + 8e0ee51 commit 1469873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/2020/KeymanVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
class KeymanVersion {
/* These constant values must be updated manually when we do a beta or stable release. */
public const stable_version_int = 16;
public const beta_version_int = 16;
public const beta_version_int = 17;
public const stable_version = '16.0';
public const beta_version = '16.0';
public const beta_version = '17.0';

public const unicode_version = '15.0';

Expand Down

0 comments on commit 1469873

Please sign in to comment.