Skip to content

Commit 6498d07

Browse files
committed
Version - final releases should contain no beta string - even blank ones!
Otherwise version is printed with a trailing -
1 parent b5454da commit 6498d07

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
@@ -1007,7 +1007,7 @@ def initialize(hostname, scsynth_port, scsynth_send_port, osc_cues_port, msg_que
10071007
@git_hash = __extract_git_hash
10081008
gh_short = @git_hash ? "-#{@git_hash[0, 5]}" : ""
10091009
@settings = Config::Settings.new(user_settings_path)
1010-
@version = Version.new(2, 11, 1, "")
1010+
@version = Version.new(2, 11, 1)
10111011
@server_version = __server_version
10121012
@life_hooks = LifeCycleHooks.new
10131013
@msg_queue = msg_queue

0 commit comments

Comments
 (0)