diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-11-07 10:59:08 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-11-07 01:59:17 +0000 |
commit | d9f1211a2f2dbb37441f12c6bcdfa5838b454b68 (patch) | |
tree | a7ab5d77af673dbbcbe33c5c18e66c718b278b9a /lib/tsort.rb | |
parent | daf8b7ef96f79da7fecc0230fb148dc3526139d2 (diff) |
[ruby/tsort] Bump up 0.2.0
https://github.com/ruby/tsort/commit/2b3fe78646
Diffstat (limited to 'lib/tsort.rb')
-rw-r--r-- | lib/tsort.rb | 2 |
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 |