summaryrefslogtreecommitdiff
path: root/lib/observer.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-11-07 12:42:45 +0900
committergit <[email protected]>2023-11-07 03:42:58 +0000
commitbf330853404b38c857d6c08bbc23f4483df93a51 (patch)
treeda79b0176e30d3c39a53cbd0b2fdefd8daee5024 /lib/observer.rb
parentcaa7a4f77277600fb0d9867a36e2e9addd07f857 (diff)
[ruby/observer] Bump up 0.1.2
https://github.com/ruby/observer/commit/6c978e6196
Diffstat (limited to 'lib/observer.rb')
-rw-r--r--lib/observer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/observer.rb b/lib/observer.rb
index ef70e39dd8..75832cace2 100644
--- a/lib/observer.rb
+++ b/lib/observer.rb
@@ -136,7 +136,7 @@
# ticker.add_observer(warner, :call)
# ticker.run
module Observable
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
#
# Add +observer+ as an observer on this object. So that it will receive