Skip to content

Commit c462949

Browse files
committed
version set to 0.11.1
1 parent 2d2938c commit c462949

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lazylead.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
3232
s.rubygems_version = "2.2"
3333
s.required_ruby_version = ">=2.6.5"
3434
s.name = "lazylead"
35-
s.version = "0.0.0"
35+
s.version = "0.11.1"
3636
s.license = "MIT"
3737
s.summary = "Eliminate the annoying work within bug-trackers."
3838
s.description = "Ticketing systems (Github, Jira, etc.) are strongly
@@ -45,7 +45,7 @@ tasks instead of solving technical problems."
4545
s.authors = ["Yurii Dubinka"]
4646
s.email = "yurii.dubinka@gmail.com"
4747
s.homepage = "https://github.com/dgroup/lazylead"
48-
s.post_install_message = "Thanks for installing Lazylead v0.0.0!
48+
s.post_install_message = "Thanks for installing Lazylead v0.11.1!
4949
Read our blog posts: https://lazylead.org
5050
Stay in touch with the community in Telegram: https://t.me/lazylead
5151
Follow us on Twitter: https://twitter.com/lazylead

lib/lazylead/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
# OR OTHER DEALINGS IN THE SOFTWARE.
2424

2525
module Lazylead
26-
VERSION = "0.0.0"
26+
VERSION = "0.11.1"
2727
end

0 commit comments

Comments
 (0)