Skip to content

Commit

Permalink
Version - label beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 21, 2024
1 parent b3129d8 commit 3896601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/server/ruby/lib/sonicpi/runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,8 @@ def initialize(ports, msg_queue, user_methods)
@settings = Config::Settings.new(Paths.system_cache_store_path)

# Temporarily fix beta version:
@version = Version.new(5, 0, 0, "Dev #{gh_short}")
# @version = Version.new(5, 0, 0, "Dev #{gh_short}")
@version = Version.new(5, 0, 0, "beta-1")
# @version = Version.new(4, 5, 1)

@server_version = __server_version
Expand Down

0 comments on commit 3896601

Please sign in to comment.