Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Bump to version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Dec 1, 2013
1 parent 49867bf commit 7e5dc0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 1.6.3
* Bump ruby_core_source dependency

## 1.6.2 ## 1.6.2
* Fix show command * Fix show command
* Fix var instance command * Fix var instance command
Expand Down
2 changes: 1 addition & 1 deletion lib/debugger/version.rb
@@ -1,5 +1,5 @@
module Debugger module Debugger
# TODO: remove version from C ext # TODO: remove version from C ext
send :remove_const, :VERSION if const_defined? :VERSION send :remove_const, :VERSION if const_defined? :VERSION
VERSION = '1.6.2' VERSION = '1.6.3'
end end

0 comments on commit 7e5dc0c

Please sign in to comment.