From d43c3b45ff93458f409a05773e8232d1cf0389ea Mon Sep 17 00:00:00 2001 From: rultor Date: Sat, 23 Jan 2021 13:22:26 +0000 Subject: [PATCH] version set to 0.7.1 --- lazylead.gemspec | 4 ++-- lib/lazylead/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lazylead.gemspec b/lazylead.gemspec index 740bc7c..0d7c426 100644 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |s| s.rubygems_version = "2.2" s.required_ruby_version = ">=2.6.5" s.name = "lazylead" - s.version = "0.0.0" + s.version = "0.7.1" s.license = "MIT" s.summary = "Eliminate the annoying work within bug-trackers." s.description = "Ticketing systems (Github, Jira, etc.) are strongly @@ -45,7 +45,7 @@ tasks instead of solving technical problems." s.authors = ["Yurii Dubinka"] s.email = "yurii.dubinka@gmail.com" s.homepage = "http://github.com/dgroup/lazylead" - s.post_install_message = "Thanks for installing Lazylead v0.0.0! + s.post_install_message = "Thanks for installing Lazylead v0.7.1! Read our blog posts: https://lazylead.org Stay in touch with the community in Telegram: https://t.me/lazylead Follow us on Twitter: https://twitter.com/lazylead diff --git a/lib/lazylead/version.rb b/lib/lazylead/version.rb index b926ef4..00298f1 100644 --- a/lib/lazylead/version.rb +++ b/lib/lazylead/version.rb @@ -23,5 +23,5 @@ # OR OTHER DEALINGS IN THE SOFTWARE. module Lazylead - VERSION = "0.0.0" + VERSION = "0.7.1" end