diff --git a/apps/fz_http/lib/fz_http_web/templates/layout/admin.html.heex b/apps/fz_http/lib/fz_http_web/templates/layout/admin.html.heex index 179a7eef3..469d7a93c 100644 --- a/apps/fz_http/lib/fz_http_web/templates/layout/admin.html.heex +++ b/apps/fz_http/lib/fz_http_web/templates/layout/admin.html.heex @@ -73,7 +73,7 @@ 🎉   - New! The public beta has arrived in 0.5.0. + 0.5.0 is here! Click here to read more. diff --git a/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb b/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb index f45689b69..b3d98bd8f 100644 --- a/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb +++ b/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb @@ -33,20 +33,6 @@ end add_command_under_category 'reconfigure', 'general', 'Reconfigure the application.', 2 do status = run_chef("#{base_path}/embedded/cookbooks/dna.json", '--chef-license=accept') - msg = <<~MSG - ================================================================================= - - Heads up! We've announced a new public beta program. Sign up to receive a free - license key good for up to one year of Firezone Team or Business. Read more about - the announcement here: - - https://www.firezone.dev/blog/release-0-5-0/?utm_source=reconfigure - - ================================================================================= - MSG - - log(msg) - capture if status.success?