Skip to content

Commit

Permalink
Bump up version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ishida committed Feb 4, 2014
1 parent 9e7c09e commit 74c67bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
require_relative 'lib/tumblr-recommender'

class App < Sinatra::Base
VERSION = '0.1.1'
@@worker_lock = Mutex.new
@@working_queries = {}
@@restarting_lock = Mutex.new
Expand Down
1 change: 1 addition & 0 deletions version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VERSION = '0.2.0'

0 comments on commit 74c67bf

Please sign in to comment.