Skip to content

Commit

Permalink
no longer dev! 2.1.1 here we come...
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Nov 24, 2014
1 parent e27c5b9 commit 038f85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/sonicpi/lib/sonicpi/spider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Spider

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

@version = Version.new(2, 1, 1, "dev")
@version = Version.new(2, 1, 1)

@life_hooks = LifeCycleHooks.new
@msg_queue = msg_queue
Expand Down

0 comments on commit 038f85b

Please sign in to comment.