Skip to content

Commit

Permalink
Merge pull request tobymao#9972 from philcampeau/master
Browse files Browse the repository at this point in the history
[18NL] move to beta
  • Loading branch information
philcampeau authored Dec 4, 2023
2 parents f2757e2 + 4127d2b commit 1d1c37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/app/view/welcome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def render

def render_notification
message = <<~MESSAGE
<p><a href="https://github.com/tobymao/18xx/wiki/1868%20Wyoming">1868 Wyoming</a> is in beta.</p>
<p><a href="https://github.com/tobymao/18xx/wiki/1868%20Wyoming">1868 Wyoming</a> and <a href="https://github.com/tobymao/18xx/wiki/18NL">18NL</a> are in beta.</p>
<p>Learn how to get <a href='https://github.com/tobymao/18xx/wiki/Notifications'>notifications</a> by email, Slack, Discord, and Telegram.</p>
<p>Please submit problem reports and make suggestions for improvements on
<a href='https://github.com/tobymao/18xx/issues'>GitHub</a>. Join the
Expand Down
2 changes: 1 addition & 1 deletion lib/engine/game/g_18_nl/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module G18NL
module Meta
include Game::Meta

DEV_STAGE = :alpha
DEV_STAGE = :beta

GAME_DESIGNER = 'Helmut Ohley'
GAME_LOCATION = 'The Netherlands'
Expand Down

0 comments on commit 1d1c37b

Please sign in to comment.