[ruby/tsort] Bump up 0.2.0

https://github.com/ruby/tsort/commit/2b3fe78646
This commit is contained in:
Hiroshi SHIBATA 2023-11-07 10:59:08 +09:00 committed by git
parent daf8b7ef96
commit d9f1211a2f

View File

@ -123,7 +123,7 @@
module TSort
VERSION = "0.1.1"
VERSION = "0.2.0"
class Cyclic < StandardError
end