diff options
author | Austin Ziegler <austin@zieglers.ca> | 2021-12-19 21:23:24 -0500 |
---|---|---|
committer | Austin Ziegler <austin@zieglers.ca> | 2021-12-19 21:23:24 -0500 |
commit | 0c1529965772baf94aee9c94109df9ffecbc9407 (patch) | |
tree | d6bd10b78eec289673e9be703167cf0cfe5cd1d4 /lib | |
parent | ac66fb387e56ad841035ec55fdd93d9e2f11a9ff (diff) | |
download | diff-lcs-0c1529965772baf94aee9c94109df9ffecbc9407.tar.gz |
Prepare for pre-release gem
Diffstat (limited to 'lib')
-rw-r--r-- | lib/diff/lcs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diff/lcs.rb b/lib/diff/lcs.rb index 5fdd911..43d3ce1 100644 --- a/lib/diff/lcs.rb +++ b/lib/diff/lcs.rb @@ -49,7 +49,7 @@ module Diff; end unless defined? Diff # rubocop:disable Style/Documentation # a x b y c z p d q # a b c a x b y c z module Diff::LCS - VERSION = '1.4.4' + VERSION = '1.5.0.pre.1' end require 'diff/lcs/callbacks' |