Skip to content

Commit b1bda95

Browse files
committed
Prepare for v2.4!
1 parent 9da0647 commit b1bda95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Spider
4848

4949
def initialize(hostname, port, msg_queue, max_concurrent_synths, user_methods)
5050
@settings = Settings.new
51-
@version = Version.new(2, 4, 0, "dev")
51+
@version = Version.new(2, 4, 0)
5252
@server_version = __server_version
5353
@life_hooks = LifeCycleHooks.new
5454
@msg_queue = msg_queue

0 commit comments

Comments
 (0)