Skip to content

Commit 038f85b

Browse files
committed
no longer dev! 2.1.1 here we come...
1 parent e27c5b9 commit 038f85b

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
@@ -43,7 +43,7 @@ class Spider
4343

4444
def initialize(hostname, port, msg_queue, max_concurrent_synths, user_methods)
4545

46-
@version = Version.new(2, 1, 1, "dev")
46+
@version = Version.new(2, 1, 1)
4747

4848
@life_hooks = LifeCycleHooks.new
4949
@msg_queue = msg_queue

0 commit comments

Comments
 (0)