Skip to content

Commit bec6be4

Browse files
committed
Update internal version number to v2.3.0
1 parent 84fbba7 commit bec6be4

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, 3, 0, "dev")
51+
@version = Version.new(2, 3, 0)
5252
@server_version = __server_version
5353
@life_hooks = LifeCycleHooks.new
5454
@msg_queue = msg_queue

0 commit comments

Comments
 (0)