Skip to content

Commit 94b65ad

Browse files
committed
Version - move away from beta (part two)
1 parent 60fe4f4 commit 94b65ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/sonicpi/lib/sonicpi/runtime.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ def initialize(hostname, scsynth_port, scsynth_send_port, osc_cues_port, msg_que
10061006
@git_hash = __extract_git_hash
10071007
gh_short = @git_hash ? "-#{@git_hash[0, 5]}" : ""
10081008
@settings = Config::Settings.new(user_settings_path)
1009-
@version = Version.new(2, 11, 0, "BETA-#{gh_short}")
1009+
@version = Version.new(2, 11, 0)
10101010
@server_version = __server_version
10111011
@life_hooks = LifeCycleHooks.new
10121012
@msg_queue = msg_queue

0 commit comments

Comments
 (0)