summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 10:59:08 +0900
committergit <svn-admin@ruby-lang.org>2023-11-07 01:59:17 +0000
commitd9f1211a2f2dbb37441f12c6bcdfa5838b454b68 (patch)
treea7ab5d77af673dbbcbe33c5c18e66c718b278b9a
parentdaf8b7ef96f79da7fecc0230fb148dc3526139d2 (diff)
[ruby/tsort] Bump up 0.2.0
https://github.com/ruby/tsort/commit/2b3fe78646
-rw-r--r--lib/tsort.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsort.rb b/lib/tsort.rb
index 3a2a91a7b4..dbaed45415 100644
--- a/lib/tsort.rb
+++ b/lib/tsort.rb
@@ -123,7 +123,7 @@
module TSort
- VERSION = "0.1.1"
+ VERSION = "0.2.0"
class Cyclic < StandardError
end