remove beta program (#908)

This commit is contained in:
Jamil
2022-08-09 11:37:54 -07:00
committed by GitHub
parent 0a7c16af17
commit ebb3d383d7
2 changed files with 1 additions and 15 deletions

View File

@@ -73,7 +73,7 @@
🎉
 
<strong>
New! The public beta has arrived in 0.5.0.
0.5.0 is here!
<a href={"https://www.firezone.dev/blog/release-0-5-0/?utm_source=product&uid=#{Application.fetch_env!(:fz_http, :telemetry_id)}"}>
Click here to read more.
</a>

View File

@@ -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?