summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-12-23 00:31:06 -0500
committerAustin Ziegler <austin@zieglers.ca>2021-12-23 00:31:06 -0500
commit04e05439ecb75614eae36ff6d796585162b40025 (patch)
tree8780b90697d6954174ad0af9e4d1aeadab387eb0 /lib
parent04d80e37c225fb071dafd6ddb4d26272d3bda76c (diff)
downloaddiff-lcs-04e05439ecb75614eae36ff6d796585162b40025.tar.gz
Prepare for release of 1.5.0
Diffstat (limited to 'lib')
-rw-r--r--lib/diff/lcs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diff/lcs.rb b/lib/diff/lcs.rb
index 38dff6e..288cfc2 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.5.0.pre.1'
+ VERSION = '1.5.0'
end
require 'diff/lcs/callbacks'