Skip to content

Commit

Permalink
increment revision
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Oct 26, 2014
1 parent 0cd945a commit 02a7db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waifu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require "tumblr_client"
require "ostruct"

version = "v2.0.1"
version = "v2.0.2"
keys = YAML.load_file File.expand_path(".", "config.yml")
FILTER_WORDS = YAML.load_file File.expand_path(".", "filters/words.yml")
FILTER_USERS = YAML.load_file File.expand_path(".", "filters/users.yml")
Expand Down

0 comments on commit 02a7db9

Please sign in to comment.