Skip to content

Commit d933ea2

Browse files
committed
server - update reported version to 2.7
1 parent 95fd6ad commit d933ea2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/server/sonicpi/lib/sonicpi/spider.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ class Spider
5353
include ActiveSupport
5454

5555
def initialize(hostname, port, msg_queue, max_concurrent_synths, user_methods)
56-
@git_hash = __extract_git_hash
57-
gh_short = @git_hash ? "-#{@git_hash[0, 5]}" : ""
56+
# @git_hash = __extract_git_hash
57+
# gh_short = @git_hash ? "-#{@git_hash[0, 5]}" : ""
5858
@settings = Config::Settings.new(user_settings_path)
59-
@version = Version.new(2, 7, 0, "dev#{gh_short}")
59+
@version = Version.new(2, 7, 0)
6060
@server_version = __server_version
6161
@life_hooks = LifeCycleHooks.new
6262
@msg_queue = msg_queue

0 commit comments

Comments
 (0)