Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Sep 7, 2011
1 parent baf13b0 commit e548bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interactive_editor.rb
Expand Up @@ -9,7 +9,7 @@
require 'yaml'

class InteractiveEditor
VERSION = '0.0.9'
VERSION = '0.0.10'
EDITORS = Hash.new { |h,k| h[k] = InteractiveEditor.new(k) }

attr_accessor :editor
Expand Down

0 comments on commit e548bf4

Please sign in to comment.