Skip to content

Commit 96effc7

Browse files
committed
prepare for v2.0 release
1 parent be649d4 commit 96effc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Spider
4040

4141
def initialize(hostname, port, msg_queue, max_concurrent_synths, user_methods)
4242

43-
@version = Version.new(2, 0, 0, "RC13")
43+
@version = Version.new(2, 0, 0)
4444

4545
@life_hooks = LifeCycleHooks.new
4646
@msg_queue = msg_queue
@@ -68,7 +68,7 @@ def initialize(hostname, port, msg_queue, max_concurrent_synths, user_methods)
6868
__handle_event event
6969
end
7070
end
71-
__info "RC12-dev Ready..."
71+
__info "#{@version} Ready..."
7272
end
7373

7474
#These includes must happen after the initialize method

0 commit comments

Comments
 (0)